15 references to CodeIdentifiers
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeIdentifiers.cs (1)
194CodeIdentifiers 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)
138CodeIdentifiers identifiers = new CodeIdentifiers(); 334CodeIdentifiers members = new CodeIdentifiers(); 635CodeIdentifiers constants = new CodeIdentifiers();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (8)
249CodeIdentifiers memberScope = new CodeIdentifiers(); 589CodeIdentifiers memberScope = new CodeIdentifiers(); 592MemberMapping[] members = ImportTypeMembers(type, typeNs, identifier, memberScope, new CodeIdentifiers(), new NameTable(), ref needExplicitOrder, false, false); 669CodeIdentifiers members = new CodeIdentifiers(); 720CodeIdentifiers members = new CodeIdentifiers(); 723ImportTextMember(members, new CodeIdentifiers(), null); 1852CodeIdentifiers constants = new CodeIdentifiers(); 1912CodeIdentifiers constants = new CodeIdentifiers();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
1934CodeIdentifiers codeIdentifiers = new CodeIdentifiers();