15 instantiations of CodeIdentifiers
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeIdentifiers.cs (1)
194
CodeIdentifiers newIdentifiers = new
CodeIdentifiers
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
73
_typeIdentifiers = new
CodeIdentifiers
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
589
_scope = new
CodeIdentifiers
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (3)
138
CodeIdentifiers identifiers = new
CodeIdentifiers
();
334
CodeIdentifiers members = new
CodeIdentifiers
();
635
CodeIdentifiers constants = new
CodeIdentifiers
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (8)
249
CodeIdentifiers memberScope = new
CodeIdentifiers
();
589
CodeIdentifiers memberScope = new
CodeIdentifiers
();
592
MemberMapping[] members = ImportTypeMembers(type, typeNs, identifier, memberScope, new
CodeIdentifiers
(), new NameTable(), ref needExplicitOrder, false, false);
669
CodeIdentifiers members = new
CodeIdentifiers
();
720
CodeIdentifiers members = new
CodeIdentifiers
();
723
ImportTextMember(members, new
CodeIdentifiers
(), null);
1852
CodeIdentifiers constants = new
CodeIdentifiers
();
1912
CodeIdentifiers constants = new
CodeIdentifiers
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
1934
CodeIdentifiers codeIdentifiers = new
CodeIdentifiers
();
56 references to CodeIdentifiers
dotnet-svcutil-lib (56)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeIdentifiers.cs (2)
192
internal
CodeIdentifiers
Clone()
194
CodeIdentifiers
newIdentifiers = new CodeIdentifiers();
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (3)
21
private
CodeIdentifiers
_typeIdentifiers;
27
public ImportContext(
CodeIdentifiers
identifiers, bool shareTypes)
68
public
CodeIdentifiers
TypeIdentifiers
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (2)
470
private
CodeIdentifiers
_scope;
584
internal
CodeIdentifiers
Scope
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaImporter.cs (2)
100
internal
CodeIdentifiers
TypeIdentifiers
228
internal void AddReservedIdentifiersForDataBinding(
CodeIdentifiers
scope)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapCodeExporter.cs (1)
258
private void ExportProperty(CodeTypeDeclaration codeClass, MemberMapping member,
CodeIdentifiers
memberScope)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (9)
33
public SoapSchemaImporter(XmlSchemas schemas,
CodeIdentifiers
typeIdentifiers) : base(schemas, CodeGenerationOptions.GenerateProperties, null, new ImportContext(typeIdentifiers, false)) { }
39
public SoapSchemaImporter(XmlSchemas schemas,
CodeIdentifiers
typeIdentifiers, CodeGenerationOptions options) : base(schemas, options, null, new ImportContext(typeIdentifiers, false)) { }
138
CodeIdentifiers
identifiers = new CodeIdentifiers();
334
CodeIdentifiers
members = new CodeIdentifiers();
343
private MemberMapping[] ImportTypeMembers(XmlSchemaComplexType type, string typeNs,
CodeIdentifiers
members)
390
private void ImportGroup(XmlSchemaParticle group,
CodeIdentifiers
members, string ns)
401
private void ImportGroupMembers(XmlSchemaParticle particle,
CodeIdentifiers
members, string ns)
549
private void ImportElementMember(XmlSchemaElement element,
CodeIdentifiers
members, string ns)
635
CodeIdentifiers
constants = new CodeIdentifiers();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (1)
829
private void ExportProperty(CodeTypeDeclaration codeClass, MemberMapping member, string ns,
CodeIdentifiers
memberScope, CodeConstructor ctor)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (33)
42
public XmlSchemaImporter(XmlSchemas schemas,
CodeIdentifiers
typeIdentifiers) : base(schemas, CodeGenerationOptions.GenerateProperties, null, new ImportContext(typeIdentifiers, false)) { }
48
public XmlSchemaImporter(XmlSchemas schemas,
CodeIdentifiers
typeIdentifiers, CodeGenerationOptions options) : base(schemas, options, null, new ImportContext(typeIdentifiers, false)) { }
249
CodeIdentifiers
memberScope = new CodeIdentifiers();
589
CodeIdentifiers
memberScope = new CodeIdentifiers();
669
CodeIdentifiers
members = new CodeIdentifiers();
670
CodeIdentifiers
membersScope = structMapping.BaseMapping.Scope.Clone();
720
CodeIdentifiers
members = new CodeIdentifiers();
739
private MemberMapping[] ImportTypeMembers(XmlSchemaType type, string typeNs, string identifier,
CodeIdentifiers
members,
CodeIdentifiers
membersScope, INameScope elementsScope, ref bool needExplicitOrder, bool order, bool allowUnboundedElements)
857
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)
870
private MemberMapping ImportChoiceGroup(XmlSchemaGroupBase group, string identifier,
CodeIdentifiers
members,
CodeIdentifiers
membersScope, INameScope elementsScope, string ns, bool groupRepeats, ref bool needExplicitOrder, bool allowDuplicates)
1119
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)
1196
private bool ImportSubstitutionGroupMember(XmlSchemaElement element, string identifier,
CodeIdentifiers
members,
CodeIdentifiers
membersScope, string ns, bool repeats, ref bool needExplicitOrder, bool allowDuplicates)
1215
private void ImportTextMember(
CodeIdentifiers
members,
CodeIdentifiers
membersScope, XmlQualifiedName simpleContentType)
1267
private MemberMapping ImportAnyMember(XmlSchemaAny any, string identifier,
CodeIdentifiers
members,
CodeIdentifiers
membersScope, INameScope elementsScope, string ns, ref bool mixed, ref bool needExplicitOrder, bool allowDuplicates)
1512
private void ImportElementMember(XmlSchemaElement element, string identifier,
CodeIdentifiers
members,
CodeIdentifiers
membersScope, INameScope elementsScope, string ns, bool repeats, ref bool needExplicitOrder, bool allowDuplicates, bool allowUnboundedElements)
1568
private void ImportAttributeMember(XmlSchemaAttribute attribute, string identifier,
CodeIdentifiers
members,
CodeIdentifiers
membersScope, string ns)
1592
private void ImportAnyAttributeMember(XmlSchemaAnyAttribute any,
CodeIdentifiers
members,
CodeIdentifiers
membersScope)
1648
private void ImportXmlnsDeclarationsMember(XmlSchemaType type,
CodeIdentifiers
members,
CodeIdentifiers
membersScope)
1675
private void ImportAttributeGroupMembers(XmlSchemaAttributeGroup group, string identifier,
CodeIdentifiers
members,
CodeIdentifiers
membersScope, string ns)
1852
CodeIdentifiers
constants = new CodeIdentifiers();
1912
CodeIdentifiers
constants = new CodeIdentifiers();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationILGen.cs (2)
263
internal string GenerateBaseSerializer(string baseSerializer, string readerClass, string writerClass,
CodeIdentifiers
classes)
304
internal string GenerateTypedSerializer(string readMethod, string writeMethod, XmlMapping mapping,
CodeIdentifiers
classes, string baseSerializer, string readerClass, string writerClass)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
1934
CodeIdentifiers
codeIdentifiers = new CodeIdentifiers();