11 references to InitInputType
System.Private.Xml (11)
System\Xml\Core\XmlTextReaderImpl.cs (8)
131
public
InitInputType
initType =
InitInputType
.Invalid;
613
_laterInitParam.initType =
InitInputType
.UriString;
714
_laterInitParam.initType =
InitInputType
.Stream;
775
_laterInitParam.initType =
InitInputType
.TextReader;
1199
case
InitInputType
.UriString:
1202
case
InitInputType
.Stream:
1205
case
InitInputType
.TextReader:
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
61
case
InitInputType
.UriString:
63
case
InitInputType
.Stream:
65
case
InitInputType
.TextReader: