8 references to InitInputType
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (8)
138
public
InitInputType
initType =
InitInputType
.Invalid;
633
_laterInitParam.initType =
InitInputType
.UriString;
729
_laterInitParam.initType =
InitInputType
.Stream;
786
_laterInitParam.initType =
InitInputType
.TextReader;
1207
case
InitInputType
.UriString:
1210
case
InitInputType
.Stream:
1213
case
InitInputType
.TextReader: