3 writes to schemaType
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (2)
9266
_curNode.
schemaType
= value;
9396
attr.
schemaType
= (attrDef.SchemaType == null) ? (object)attrDef.Datatype : (object)attrDef.SchemaType;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImplHelpers.cs (1)
494
schemaType
= null;
1 reference to schemaType
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
9262
return _curNode.
schemaType
;