2 instantiations of XmlWhitespace
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
826return new XmlWhitespace(text, this);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
524node = new XmlWhitespace(_reader.Value, _doc);
2 references to XmlWhitespace
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
824public virtual XmlWhitespace CreateWhitespace(string text)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElementPolicy.cs (1)
71if (!(node is XmlWhitespace))