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)
1268
return
_xsdType
;
1356
_xsiType =
_xsdType
.QualifiedName;
1403
if (
_xsdType
== null)
1407
_xsdType =
_xsdType
.Redefined != null ?
_xsdType
.Redefined :
_xsdType
;