1 instantiation of NotImplementedSymUnmanagedReader
Roslyn.Test.PdbUtilities (1)
Reader\NotImplementedSymUnmanagedReader.cs (1)
16public static readonly NotImplementedSymUnmanagedReader Instance = new NotImplementedSymUnmanagedReader();
3 references to NotImplementedSymUnmanagedReader
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.UnitTests (1)
ExpressionCompilerTests.cs (1)
5885var module = ModuleInstance.Create(peImage, NotImplementedSymUnmanagedReader.Instance);
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler.UnitTests (1)
ExpressionCompilerTests.vb (1)
3893Dim exeModule = ModuleInstance.Create(exeBytes, NotImplementedSymUnmanagedReader.Instance)
Roslyn.Test.PdbUtilities (1)
Reader\NotImplementedSymUnmanagedReader.cs (1)
16public static readonly NotImplementedSymUnmanagedReader Instance = new NotImplementedSymUnmanagedReader();