1 instantiation of PEAssembly
Microsoft.CodeAnalysis (1)
52 references to PEAssembly
Microsoft.CodeAnalysis (10)
Microsoft.CodeAnalysis.CSharp (7)
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (5)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (10)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Microsoft.CodeAnalysis.CSharp.Test.Utilities (8)
CSharpTestBase.cs (8)
1336Action<PEAssembly>? assemblyValidator = null,
1372Action<PEAssembly>? assemblyValidator = null,
1409Action<PEAssembly>? assemblyValidator = null,
1450Action<PEAssembly>? assemblyValidator = null,
1486Action<PEAssembly>? assemblyValidator = null,
1522Action<PEAssembly>? assemblyValidator = null,
1558Action<PEAssembly>? validator = null,
1606internal CompilationVerifier CompileAndVerifyFieldMarshal(CSharpTestSource source, Func<string, PEAssembly, byte[]> getExpectedBlob, bool isField = true) =>
Microsoft.CodeAnalysis.Test.Utilities (8)