2 instantiations of StructureWriter
AssemblyStripper (2)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\AssemblyFactory.cs (1)
133 asm.Accept (new StructureWriter (asm, bw));
AssemblyStripper.cs (1)
107reflection_writer.StructureWriter = new StructureWriter(assembly, writer);
2 references to StructureWriter
AssemblyStripper (2)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionWriter.cs (2)
43 StructureWriter m_structureWriter; 70 public StructureWriter StructureWriter {