2 writes to textReader
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
2994
_ps.
textReader
= input;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImplHelpers.cs (1)
82
textReader
= null;
6 references to textReader
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (4)
2898
Debug.Assert(_ps.charPos == 0 && _ps.charsUsed == 0 && _ps.
textReader
== null);
3022
Debug.Assert(_ps.stream == null && _ps.
textReader
== null);
3518
else if (_ps.
textReader
!= null)
3521
charsRead = _ps.
textReader
.Read(_ps.chars, _ps.charsUsed, _ps.chars.Length - _ps.charsUsed - 1);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImplHelpers.cs (2)
101
else if (
textReader
!= null)
103
textReader
.Dispose();