2 references to ThrowingMetadataReferenceResolver
Microsoft.CodeAnalysis.CSharp.Test.Utilities (2)
TestOptions.cs (2)
83public static readonly CSharpCompilationOptions DebugDllThrowing = DebugDll.WithMetadataReferenceResolver(new ThrowingMetadataReferenceResolver()); 84public static readonly CSharpCompilationOptions DebugExeThrowing = DebugExe.WithMetadataReferenceResolver(new ThrowingMetadataReferenceResolver());