15 references to 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
();