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