13 references to CodeIdentifiers
System.Private.Xml (13)
System\Xml\Serialization\CodeIdentifiers.cs (1)
183CodeIdentifiers newIdentifiers = new CodeIdentifiers();
System\Xml\Serialization\Compilation.cs (2)
371var classes = new CodeIdentifiers(); 468CodeIdentifiers classes = new CodeIdentifiers();
System\Xml\Serialization\ImportContext.cs (1)
38public CodeIdentifiers TypeIdentifiers => _typeIdentifiers ??= new CodeIdentifiers();
System\Xml\Serialization\Mappings.cs (1)
580get => _scope ??= new CodeIdentifiers();
System\Xml\Serialization\XmlSchemaImporter.cs (8)
196CodeIdentifiers memberScope = new CodeIdentifiers(); 482CodeIdentifiers memberScope = new CodeIdentifiers(); 485MemberMapping[] members = ImportTypeMembers(type, typeNs, identifier, memberScope, new CodeIdentifiers(), new NameTable(), ref needExplicitOrder, false, false); 564CodeIdentifiers members = new CodeIdentifiers(); 617CodeIdentifiers members = new CodeIdentifiers(); 620ImportTextMember(members, new CodeIdentifiers(), null); 1750CodeIdentifiers constants = new CodeIdentifiers(); 1811CodeIdentifiers constants = new CodeIdentifiers();