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)
1310Action<PEAssembly>? assemblyValidator = null,
1346Action<PEAssembly>? assemblyValidator = null,
1383Action<PEAssembly>? assemblyValidator = null,
1424Action<PEAssembly>? assemblyValidator = null,
1460Action<PEAssembly>? assemblyValidator = null,
1496Action<PEAssembly>? assemblyValidator = null,
1532Action<PEAssembly>? validator = null,
1580internal CompilationVerifier CompileAndVerifyFieldMarshal(CSharpTestSource source, Func<string, PEAssembly, byte[]> getExpectedBlob, bool isField = true) =>
Microsoft.CodeAnalysis.Test.Utilities (8)