1 write to strDocumentFragmentName
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
102strDocumentFragmentName = nt.Add("#document-fragment");
2 references to strDocumentFragmentName
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocumentFragment.cs (2)
63get { return OwnerDocument.strDocumentFragmentName; } 69get { return OwnerDocument.strDocumentFragmentName; }