8 references to ComSafeDebugDll
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (8)
Emit\EditAndContinue\AssemblyReferencesTests.cs (1)
583var options = ComSafeDebugDll.WithCryptoPublicKey(TestResources.TestKeys.PublicKey_ce65828c82a341f2);
Emit\EditAndContinue\EditAndContinuePdbTests.cs (1)
121var compilation0 = CreateCompilation(source0.Tree, options: ComSafeDebugDll.WithMetadataImportOptions(MetadataImportOptions.All), assemblyName: "EncMethodExtents");
Emit\EditAndContinue\EditAndContinueTests.cs (3)
341var compilation0 = CreateCompilationWithMscorlib461(source0, options: ComSafeDebugDll); 392var compilation0 = CreateCompilation(source0.Tree, options: ComSafeDebugDll); 462var compilation0 = CreateCompilation(source0.Tree, options: ComSafeDebugDll);
Emit\EditAndContinue\LocalSlotMappingTests.cs (3)
122var compilation0 = CreateCompilation(source, options: ComSafeDebugDll); 3888var compilation0 = CreateCompilation(source0.Tree, options: ComSafeDebugDll); 5052var compilation0 = CreateCompilation(source0.Tree, options: ComSafeDebugDll.WithAllowUnsafe(true));