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