2 writes to InternalSchemaType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (2)
1114
_coreReaderImpl.
InternalSchemaType
= null;
1159
_coreReaderImpl.
InternalSchemaType
= value;
2 references to InternalSchemaType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (2)
848
XmlSchemaType schemaTypeObj = _coreReaderImpl.
InternalSchemaType
as XmlSchemaType;
853
return _coreReaderImpl.
InternalSchemaType
;