2 references to IsWhitespace
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
857
if (!_node.Value.
IsWhitespace
())
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
690
if (!this.Node.Value.
IsWhitespace
())