13 instantiations of 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();
50 references to CodeIdentifiers
netstandard (1)
netstandard.cs (1)
2382[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.CodeIdentifiers))]
System.Private.Xml (47)
System\Xml\Serialization\CodeIdentifiers.cs (2)
181internal CodeIdentifiers Clone() 183CodeIdentifiers newIdentifiers = new CodeIdentifiers();
System\Xml\Serialization\Compilation.cs (2)
371var classes = new CodeIdentifiers(); 468CodeIdentifiers classes = new CodeIdentifiers();
System\Xml\Serialization\ImportContext.cs (3)
22private CodeIdentifiers? _typeIdentifiers; 24public ImportContext(CodeIdentifiers? identifiers, bool shareTypes) 38public CodeIdentifiers TypeIdentifiers => _typeIdentifiers ??= new CodeIdentifiers();
System\Xml\Serialization\Mappings.cs (2)
479private CodeIdentifiers? _scope; 578internal CodeIdentifiers Scope
System\Xml\Serialization\SchemaImporter.cs (2)
60internal CodeIdentifiers TypeIdentifiers 158internal void AddReservedIdentifiersForDataBinding(CodeIdentifiers scope)
System\Xml\Serialization\XmlSchemaImporter.cs (32)
27public XmlSchemaImporter(XmlSchemas schemas, CodeIdentifiers? typeIdentifiers) : base(schemas, CodeGenerationOptions.GenerateProperties, new ImportContext(typeIdentifiers, false)) { } 196CodeIdentifiers memberScope = new CodeIdentifiers(); 482CodeIdentifiers memberScope = new CodeIdentifiers(); 564CodeIdentifiers members = new CodeIdentifiers(); 565CodeIdentifiers membersScope = structMapping.BaseMapping.Scope.Clone(); 617CodeIdentifiers members = new CodeIdentifiers(); 638private MemberMapping[] ImportTypeMembers(XmlSchemaType type, string? typeNs, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, INameScope elementsScope, ref bool needExplicitOrder, bool order, bool allowUnboundedElements) 755private void ImportGroup(XmlSchemaGroupBase group, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, INameScope elementsScope, string? ns, bool mixed, ref bool needExplicitOrder, bool allowDuplicates, bool groupRepeats, bool allowUnboundedElements) 770private MemberMapping ImportChoiceGroup(XmlSchemaGroupBase group, string identifier, CodeIdentifiers? members, CodeIdentifiers? membersScope, INameScope? elementsScope, string? ns, bool groupRepeats, ref bool needExplicitOrder, bool allowDuplicates) 1017private void ImportGroupMembers(XmlSchemaParticle? particle, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, INameScope elementsScope, string? ns, bool groupRepeats, ref bool mixed, ref bool needExplicitOrder, bool allowDuplicates, bool allowUnboundedElements) 1093private bool ImportSubstitutionGroupMember(XmlSchemaElement element, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, string? ns, bool repeats, ref bool needExplicitOrder, bool allowDuplicates) 1114private void ImportTextMember(CodeIdentifiers members, CodeIdentifiers membersScope, XmlQualifiedName? simpleContentType) 1167private MemberMapping ImportAnyMember(XmlSchemaAny any, CodeIdentifiers members, CodeIdentifiers membersScope, INameScope elementsScope, string? ns, ref bool mixed, ref bool needExplicitOrder, bool allowDuplicates) 1405private void ImportElementMember(XmlSchemaElement element, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, INameScope elementsScope, string? ns, bool repeats, ref bool needExplicitOrder, bool allowDuplicates, bool allowUnboundedElements) 1463private void ImportAttributeMember(XmlSchemaAttribute attribute, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, string? ns) 1488private void ImportAnyAttributeMember(CodeIdentifiers members, CodeIdentifiers membersScope) 1544private void ImportXmlnsDeclarationsMember(XmlSchemaType type, CodeIdentifiers members, CodeIdentifiers membersScope) 1573private void ImportAttributeGroupMembers(XmlSchemaAttributeGroup group, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, string ns) 1750CodeIdentifiers constants = new CodeIdentifiers(); 1811CodeIdentifiers constants = new CodeIdentifiers();
System\Xml\Serialization\XmlSerializationGeneratedCode.cs (2)
200internal string GenerateBaseSerializer(string baseSerializer, string readerClass, string writerClass, CodeIdentifiers classes) 239internal string GenerateTypedSerializer(string? readMethod, string? writeMethod, XmlMapping mapping, CodeIdentifiers classes, string baseSerializer, string readerClass, string writerClass)
System\Xml\Serialization\XmlSerializationILGen.cs (2)
267internal string GenerateBaseSerializer(string baseSerializer, string readerClass, string writerClass, CodeIdentifiers classes) 312internal string GenerateTypedSerializer(string readMethod, string writeMethod, XmlMapping mapping, CodeIdentifiers classes, string baseSerializer, string readerClass, string writerClass)
System.Xml (1)
System.Xml.cs (1)
107[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.CodeIdentifiers))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
5[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.CodeIdentifiers))]