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