2 instantiations of ObjectDataNode
ILCompiler.Compiler (2)
Compiler\Win32ResourcesRootProvider.cs (2)
24var rsrc1 = new ObjectDataNode("_rsrc1", new ObjectNodeSection(".rsrc$01", SectionType.ReadOnly)); 25var rsrc2 = new ObjectDataNode("_rsrc2", new ObjectNodeSection(".rsrc$02", SectionType.ReadOnly));
3 references to ObjectDataNode
ILCompiler.Compiler (3)
Compiler\Win32ResourcesRootProvider.cs (3)
24var rsrc1 = new ObjectDataNode("_rsrc1", new ObjectNodeSection(".rsrc$01", SectionType.ReadOnly)); 25var rsrc2 = new ObjectDataNode("_rsrc2", new ObjectNodeSection(".rsrc$02", SectionType.ReadOnly)); 67=> _name.CompareTo(((ObjectDataNode)other)._name);