27 references to CodeIdentifiers
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractImporter.cs (1)
1947CodeIdentifiers codeIdentifiers = new CodeIdentifiers();
System.Web.Services (10)
System\Web\Services\Description\MimeTextImporter.cs (1)
57CodeIdentifiers members = new CodeIdentifiers();
System\Web\Services\Description\ProtocolImporter.cs (2)
246methodNames = new CodeIdentifiers(); 614CodeIdentifiers identifiers = new CodeIdentifiers();
System\Web\Services\Description\ProtocolReflector.cs (2)
376CodeIdentifiers bindingNames = new CodeIdentifiers(); 396portNames = new CodeIdentifiers();
System\Web\Services\Description\ServiceDescriptionImporter.cs (2)
247return Import(codeNamespace, new ImportContext(new CodeIdentifiers(), false), new Hashtable(), new StringCollection()); 303namespaces[ns.Name] = new ImportContext(new CodeIdentifiers(), true);
System\Web\Services\Description\SoapProtocolReflector.cs (1)
101CodeIdentifiers identifiers = new CodeIdentifiers();
System\Web\Services\Description\WebCodeGenerator.cs (1)
361CodeIdentifiers identifiers = new CodeIdentifiers();
System\Web\Services\Protocols\SoapReflector.cs (1)
402identifiers = new CodeIdentifiers();
System.Xml (16)
System\Xml\Serialization\CodeIdentifiers.cs (1)
172CodeIdentifiers newIdentifiers = new CodeIdentifiers();
System\Xml\Serialization\Compilation.cs (2)
355CodeIdentifiers classes = new CodeIdentifiers(); 459CodeIdentifiers classes = new CodeIdentifiers();
System\Xml\Serialization\ImportContext.cs (1)
65typeIdentifiers = new CodeIdentifiers();
System\Xml\Serialization\Mappings.cs (1)
495scope = new CodeIdentifiers();
System\Xml\Serialization\SoapSchemaImporter.cs (3)
135CodeIdentifiers identifiers = new CodeIdentifiers(); 305CodeIdentifiers members = new CodeIdentifiers(); 563CodeIdentifiers constants = new CodeIdentifiers();
System\Xml\Serialization\XmlSchemaImporter.cs (8)
228CodeIdentifiers memberScope = new CodeIdentifiers(); 517CodeIdentifiers memberScope = new CodeIdentifiers(); 520MemberMapping[] members = ImportTypeMembers(type, typeNs, identifier, memberScope, new CodeIdentifiers(), new NameTable(), ref needExplicitOrder, false, false); 587CodeIdentifiers members = new CodeIdentifiers(); 632CodeIdentifiers members = new CodeIdentifiers(); 635ImportTextMember(members, new CodeIdentifiers(), null); 1613CodeIdentifiers constants = new CodeIdentifiers(); 1665CodeIdentifiers constants = new CodeIdentifiers();