4 references to gmdbpf
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.UnitTests (4)
MissingAssemblyTests.cs (4)
388
Assert.True(ExpressionCompiler.ShouldTryAgainWithMoreMetadataBlocks(
gmdbpf
, missingAssemblyIdentities, ref references));
430
Assert.True(ExpressionCompiler.ShouldTryAgainWithMoreMetadataBlocks(
gmdbpf
, missingAssemblyIdentities, ref references));
486
Assert.Throws<COMException>(() => ExpressionCompiler.ShouldTryAgainWithMoreMetadataBlocks(
gmdbpf
, missingAssemblyIdentities, ref references));
499
Assert.Throws<Exception>(() => ExpressionCompiler.ShouldTryAgainWithMoreMetadataBlocks(
gmdbpf
, missingAssemblyIdentities, ref references));