2 writes to _closeInput
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderSettings.cs (2)
322
_closeInput
= value;
588
_closeInput
= false;
2 references to _closeInput
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderSettings.cs (2)
317
return
_closeInput
;
476
XmlReader reader = new XmlTextReaderImpl(input, null, 0, this, baseUri, baseUriString, inputContext,
_closeInput
);