11 references to InitInputType
System.Xml (11)
System\Xml\Core\XmlTextReaderImpl.cs (8)
146
public
InitInputType
initType =
InitInputType
.Invalid;
647
laterInitParam.initType =
InitInputType
.UriString;
735
laterInitParam.initType =
InitInputType
.Stream;
788
laterInitParam.initType =
InitInputType
.TextReader;
1137
case
InitInputType
.UriString:
1140
case
InitInputType
.Stream:
1143
case
InitInputType
.TextReader:
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
61
case
InitInputType
.UriString:
63
case
InitInputType
.Stream:
65
case
InitInputType
.TextReader: