1 instantiation of PEAssembly
Microsoft.CodeAnalysis (1)
46 references to PEAssembly
Microsoft.CodeAnalysis (10)
Microsoft.CodeAnalysis.CSharp (7)
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (5)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (4)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Microsoft.CodeAnalysis.CSharp.Test.Utilities (8)
CSharpTestBase.cs (8)
1271Action<PEAssembly>? assemblyValidator = null,
1307Action<PEAssembly>? assemblyValidator = null,
1344Action<PEAssembly>? assemblyValidator = null,
1385Action<PEAssembly>? assemblyValidator = null,
1421Action<PEAssembly>? assemblyValidator = null,
1457Action<PEAssembly>? assemblyValidator = null,
1493Action<PEAssembly>? validator = null,
1541internal CompilationVerifier CompileAndVerifyFieldMarshal(CSharpTestSource source, Func<string, PEAssembly, byte[]> getExpectedBlob, bool isField = true) =>
Microsoft.CodeAnalysis.Test.Utilities (8)