6 references to Impl
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReader.cs (1)
1741
return tr.
Impl
;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (2)
139
_coreReaderImpl = tr.
Impl
;
221
_coreReaderImpl = tr.
Impl
;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
1234
reader.
Impl
.Close(false);
1248
reader.
Impl
.Close(false);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
33
_reader = ((XmlTextReader)reader).
Impl
;