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)
1359Action<PEAssembly>? assemblyValidator = null,
1395Action<PEAssembly>? assemblyValidator = null,
1432Action<PEAssembly>? assemblyValidator = null,
1473Action<PEAssembly>? assemblyValidator = null,
1509Action<PEAssembly>? assemblyValidator = null,
1545Action<PEAssembly>? assemblyValidator = null,
1581Action<PEAssembly>? validator = null,
1629internal CompilationVerifier CompileAndVerifyFieldMarshal(CSharpTestSource source, Func<string, PEAssembly, byte[]> getExpectedBlob, bool isField = true) =>
Microsoft.CodeAnalysis.Test.Utilities (8)