13 instantiations of CodeIdentifiers
System.Private.Xml (13)
System\Xml\Serialization\CodeIdentifiers.cs (1)
183
CodeIdentifiers newIdentifiers = new
CodeIdentifiers
();
System\Xml\Serialization\Compilation.cs (2)
371
var classes = new
CodeIdentifiers
();
468
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)
196
CodeIdentifiers memberScope = new
CodeIdentifiers
();
482
CodeIdentifiers memberScope = new
CodeIdentifiers
();
485
MemberMapping[] members = ImportTypeMembers(type, typeNs, identifier, memberScope, new
CodeIdentifiers
(), new NameTable(), ref needExplicitOrder, false, false);
564
CodeIdentifiers members = new
CodeIdentifiers
();
617
CodeIdentifiers members = new
CodeIdentifiers
();
620
ImportTextMember(members, new
CodeIdentifiers
(), null);
1750
CodeIdentifiers constants = new
CodeIdentifiers
();
1811
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)
181
internal
CodeIdentifiers
Clone()
183
CodeIdentifiers
newIdentifiers = new CodeIdentifiers();
System\Xml\Serialization\Compilation.cs (2)
371
var
classes = new CodeIdentifiers();
468
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)
60
internal
CodeIdentifiers
TypeIdentifiers
158
internal void AddReservedIdentifiersForDataBinding(
CodeIdentifiers
scope)
System\Xml\Serialization\XmlSchemaImporter.cs (32)
27
public XmlSchemaImporter(XmlSchemas schemas,
CodeIdentifiers
? typeIdentifiers) : base(schemas, CodeGenerationOptions.GenerateProperties, new ImportContext(typeIdentifiers, false)) { }
196
CodeIdentifiers
memberScope = new CodeIdentifiers();
482
CodeIdentifiers
memberScope = new CodeIdentifiers();
564
CodeIdentifiers
members = new CodeIdentifiers();
565
CodeIdentifiers
membersScope = structMapping.BaseMapping.Scope.Clone();
617
CodeIdentifiers
members = new CodeIdentifiers();
638
private MemberMapping[] ImportTypeMembers(XmlSchemaType type, string? typeNs, string identifier,
CodeIdentifiers
members,
CodeIdentifiers
membersScope, INameScope elementsScope, ref bool needExplicitOrder, bool order, bool allowUnboundedElements)
755
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)
770
private MemberMapping ImportChoiceGroup(XmlSchemaGroupBase group, string identifier,
CodeIdentifiers
? members,
CodeIdentifiers
? membersScope, INameScope? elementsScope, string? ns, bool groupRepeats, ref bool needExplicitOrder, bool allowDuplicates)
1017
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)
1093
private bool ImportSubstitutionGroupMember(XmlSchemaElement element, string identifier,
CodeIdentifiers
members,
CodeIdentifiers
membersScope, string? ns, bool repeats, ref bool needExplicitOrder, bool allowDuplicates)
1114
private void ImportTextMember(
CodeIdentifiers
members,
CodeIdentifiers
membersScope, XmlQualifiedName? simpleContentType)
1167
private MemberMapping ImportAnyMember(XmlSchemaAny any,
CodeIdentifiers
members,
CodeIdentifiers
membersScope, INameScope elementsScope, string? ns, ref bool mixed, ref bool needExplicitOrder, bool allowDuplicates)
1405
private void ImportElementMember(XmlSchemaElement element, string identifier,
CodeIdentifiers
members,
CodeIdentifiers
membersScope, INameScope elementsScope, string? ns, bool repeats, ref bool needExplicitOrder, bool allowDuplicates, bool allowUnboundedElements)
1463
private void ImportAttributeMember(XmlSchemaAttribute attribute, string identifier,
CodeIdentifiers
members,
CodeIdentifiers
membersScope, string? ns)
1488
private void ImportAnyAttributeMember(
CodeIdentifiers
members,
CodeIdentifiers
membersScope)
1544
private void ImportXmlnsDeclarationsMember(XmlSchemaType type,
CodeIdentifiers
members,
CodeIdentifiers
membersScope)
1573
private void ImportAttributeGroupMembers(XmlSchemaAttributeGroup group, string identifier,
CodeIdentifiers
members,
CodeIdentifiers
membersScope, string ns)
1750
CodeIdentifiers
constants = new CodeIdentifiers();
1811
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)
267
internal string GenerateBaseSerializer(string baseSerializer, string readerClass, string writerClass,
CodeIdentifiers
classes)
312
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
))]