9 references to TestKeys
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
Emit\EditAndContinue\AssemblyReferencesTests.cs (2)
30
TestOptions.ReleaseDll.WithCryptoPublicKey(TestResources.
TestKeys
.PublicKey_ce65828c82a341f2);
591
var options = ComSafeDebugDll.WithCryptoPublicKey(TestResources.
TestKeys
.PublicKey_ce65828c82a341f2);
Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests (2)
InteractiveSessionReferencesTests.cs (2)
33
new CSharpCompilationOptions(OutputKind.DynamicallyLinkedLibrary, cryptoPublicKey: TestResources.
TestKeys
.PublicKey_ce65828c82a341f2);
36
new CSharpCompilationOptions(OutputKind.DynamicallyLinkedLibrary, cryptoPublicKey: TestResources.
TestKeys
.PublicKey_ce65828c82a341f2);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\ImplicitObjectCreationTests.cs (1)
4380
var signedDll = TestOptions.ReleaseDll.WithCryptoPublicKey(TestResources.
TestKeys
.PublicKey_ce65828c82a341f2);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Compilation\ReferenceManagerTests.cs (3)
27
TestOptions.ReleaseDll.WithCryptoPublicKey(TestResources.
TestKeys
.PublicKey_ce65828c82a341f2);
2168
options: TestOptions.ReleaseDll.WithCryptoPublicKey(TestResources.
TestKeys
.PublicKey_b03f5f7f11d50a3a),
2175
options: TestOptions.ReleaseDll.WithCryptoPublicKey(TestResources.
TestKeys
.PublicKey_b03f5f7f11d50a3a),
Symbols\TypeTests.cs (1)
807
TestOptions.ReleaseDll.WithCryptoPublicKey(TestResources.
TestKeys
.PublicKey_b03f5f7f11d50a3a),