13 instantiations of CodeIdentifiers
System.Private.Xml (13)
System\Xml\Serialization\CodeIdentifiers.cs (1)
181CodeIdentifiers newIdentifiers = new CodeIdentifiers();
System\Xml\Serialization\Compilation.cs (2)
370var classes = new CodeIdentifiers(); 466CodeIdentifiers 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)
184CodeIdentifiers memberScope = new CodeIdentifiers(); 462CodeIdentifiers memberScope = new CodeIdentifiers(); 465MemberMapping[] members = ImportTypeMembers(type, typeNs, identifier, memberScope, new CodeIdentifiers(), new NameTable(), ref needExplicitOrder, false, false); 543CodeIdentifiers members = new CodeIdentifiers(); 595CodeIdentifiers members = new CodeIdentifiers(); 598ImportTextMember(members, new CodeIdentifiers(), null); 1711CodeIdentifiers constants = new CodeIdentifiers(); 1771CodeIdentifiers 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)
179internal CodeIdentifiers Clone() 181CodeIdentifiers newIdentifiers = new CodeIdentifiers();
System\Xml\Serialization\Compilation.cs (2)
370var classes = new CodeIdentifiers(); 466CodeIdentifiers 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)
59internal CodeIdentifiers TypeIdentifiers 155internal void AddReservedIdentifiersForDataBinding(CodeIdentifiers scope)
System\Xml\Serialization\XmlSchemaImporter.cs (32)
25public XmlSchemaImporter(XmlSchemas schemas, CodeIdentifiers? typeIdentifiers) : base(schemas, CodeGenerationOptions.GenerateProperties, new ImportContext(typeIdentifiers, false)) { } 184CodeIdentifiers memberScope = new CodeIdentifiers(); 462CodeIdentifiers memberScope = new CodeIdentifiers(); 543CodeIdentifiers members = new CodeIdentifiers(); 544CodeIdentifiers membersScope = structMapping.BaseMapping.Scope.Clone(); 595CodeIdentifiers members = new CodeIdentifiers(); 615private MemberMapping[] ImportTypeMembers(XmlSchemaType type, string? typeNs, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, INameScope elementsScope, ref bool needExplicitOrder, bool order, bool allowUnboundedElements) 731private 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) 745private MemberMapping ImportChoiceGroup(XmlSchemaGroupBase group, string identifier, CodeIdentifiers? members, CodeIdentifiers? membersScope, INameScope? elementsScope, string? ns, bool groupRepeats, ref bool needExplicitOrder, bool allowDuplicates) 989private 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) 1063private bool ImportSubstitutionGroupMember(XmlSchemaElement element, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, string? ns, bool repeats, ref bool needExplicitOrder, bool allowDuplicates) 1083private void ImportTextMember(CodeIdentifiers members, CodeIdentifiers membersScope, XmlQualifiedName? simpleContentType) 1136private MemberMapping ImportAnyMember(XmlSchemaAny any, CodeIdentifiers members, CodeIdentifiers membersScope, INameScope elementsScope, string? ns, ref bool mixed, ref bool needExplicitOrder, bool allowDuplicates) 1371private void ImportElementMember(XmlSchemaElement element, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, INameScope elementsScope, string? ns, bool repeats, ref bool needExplicitOrder, bool allowDuplicates, bool allowUnboundedElements) 1428private void ImportAttributeMember(XmlSchemaAttribute attribute, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, string? ns) 1453private void ImportAnyAttributeMember(CodeIdentifiers members, CodeIdentifiers membersScope) 1509private void ImportXmlnsDeclarationsMember(XmlSchemaType type, CodeIdentifiers members, CodeIdentifiers membersScope) 1537private void ImportAttributeGroupMembers(XmlSchemaAttributeGroup group, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, string ns) 1711CodeIdentifiers constants = new CodeIdentifiers(); 1771CodeIdentifiers 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)
272internal string GenerateBaseSerializer(string baseSerializer, string readerClass, string writerClass, CodeIdentifiers classes) 318internal 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))]