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