Updating expected results (I forgot to update them on my previous push)

This commit is contained in:
Raul Garcia
2019-03-12 10:14:07 -07:00
parent e2ca19c803
commit d4825afc79
2 changed files with 8 additions and 4 deletions

4
.gitignore vendored
View File

@@ -13,3 +13,7 @@
/.vs/ql/v15/Browse.VC.db
/.vs/ProjectSettings.json
/.vs/VSWorkspaceState.json
/.vs/ql_ICryptoTransformLmbda/v15/Browse.VC.opendb
/.vs/ql_ICryptoTransformLmbda/v15/Browse.VC.db
/.vs/ql_ICryptoTransformLmbda/v15/.suo

View File

@@ -1,4 +1,4 @@
| ThreadUnsafeICryptoTransformLambda.cs:27:62:27:66 | access to local variable start | A Lambda expression at ThreadUnsafeICryptoTransformLambda.cs:17:24:23:9 seems to be used to start a new thread is capturing a local variable that either implements 'System.Security.Cryptography.ICryptoTransform' or has a field of this type. |
| ThreadUnsafeICryptoTransformLambda.cs:89:62:89:66 | access to local variable start | A Lambda expression at ThreadUnsafeICryptoTransformLambda.cs:81:24:87:9 seems to be used to start a new thread is capturing a local variable that either implements 'System.Security.Cryptography.ICryptoTransform' or has a field of this type. |
| ThreadUnsafeICryptoTransformLambda.cs:143:29:147:17 | (...) => ... | A Lambda expression at ThreadUnsafeICryptoTransformLambda.cs:143:29:147:17 seems to be used to start a new thread using System.Threading.Tasks.Parallel.Invoke, and is capturing a local variable that either implements 'System.Security.Cryptography.ICryptoTransform' or has a field of this type. |
| ThreadUnsafeICryptoTransformLambda.cs:148:17:152:17 | (...) => ... | A Lambda expression at ThreadUnsafeICryptoTransformLambda.cs:148:17:152:17 seems to be used to start a new thread using System.Threading.Tasks.Parallel.Invoke, and is capturing a local variable that either implements 'System.Security.Cryptography.ICryptoTransform' or has a field of this type. |
| ThreadUnsafeICryptoTransformLambda.cs:27:62:27:66 | access to local variable start | A $@ seems to be used to start a new thread is capturing a local variable that either implements 'System.Security.Cryptography.ICryptoTransform' or has a field of this type. | ThreadUnsafeICryptoTransformLambda.cs:17:24:23:9 | (...) => ... | lambda expression |
| ThreadUnsafeICryptoTransformLambda.cs:89:62:89:66 | access to local variable start | A $@ seems to be used to start a new thread is capturing a local variable that either implements 'System.Security.Cryptography.ICryptoTransform' or has a field of this type. | ThreadUnsafeICryptoTransformLambda.cs:81:24:87:9 | (...) => ... | lambda expression |
| ThreadUnsafeICryptoTransformLambda.cs:143:29:147:17 | (...) => ... | A $@ seems to be used to start a new thread using System.Threading.Tasks.Parallel.Invoke, and is capturing a local variable that either implements 'System.Security.Cryptography.ICryptoTransform' or has a field of this type. | ThreadUnsafeICryptoTransformLambda.cs:143:29:147:17 | (...) => ... | lambda expression |
| ThreadUnsafeICryptoTransformLambda.cs:148:17:152:17 | (...) => ... | A $@ seems to be used to start a new thread using System.Threading.Tasks.Parallel.Invoke, and is capturing a local variable that either implements 'System.Security.Cryptography.ICryptoTransform' or has a field of this type. | ThreadUnsafeICryptoTransformLambda.cs:148:17:152:17 | (...) => ... | lambda expression |