1 write to _document
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
569
get { if (_document == null)
_document
= new XmlDocument(); return _document; }
2 references to _document
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (2)
569
get { if (
_document
== null) _document = new XmlDocument(); return
_document
; }