2 writes to _ignoreWhitespace
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderSettings.cs (2)
251_ignoreWhitespace = value; 584_ignoreWhitespace = false;
3 references to _ignoreWhitespace
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderSettings.cs (3)
246return _ignoreWhitespace; 686if (_ignoreWhitespace) 735if (_ignoreWhitespace && !baseReaderSettings.IgnoreWhitespace)