1 write to _elementTypeNames
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
44_elementTypeNames = elementTypeNames;
3 references to _elementTypeNames
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (3)
114_elementTypeNames[i++] = ImportType(typeName).StableName; 121_elementTypeNames[i++] = ImportAnonymousElement(element, element.QualifiedName).StableName; 125_elementTypeNames[i++] = ImportAnonymousGlobalElement(element, element.QualifiedName, schema.TargetNamespace).StableName;