4 references to Collection
illink (1)
Linker.Steps\UnreachableBlocksOptimizer.cs (1)
666
FoldedInstructions = new
Collection
<Instruction>(Instructions);
Mono.Cecil (3)
Mono.Cecil\AssemblyReader.cs (3)
635
var references = new
Collection
<AssemblyNameReference> (metadata.AssemblyReferences);
709
return new
Collection
<ModuleReference> (metadata.ModuleReferences);
2841
return new
Collection
<Document> (metadata.Documents);