3 writes to _xsdType
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (3)
1354_xsdType = (XmlSchemaType)typeInfo; 1402_xsdType = (XmlSchemaType)s.SchemaTypes[_xsiType]; 1407_xsdType = _xsdType.Redefined != null ? _xsdType.Redefined : _xsdType;
6 references to _xsdType
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (6)
1268return _xsdType; 1356_xsiType = _xsdType.QualifiedName; 1403if (_xsdType == null) 1407_xsdType = _xsdType.Redefined != null ? _xsdType.Redefined : _xsdType;