1 write to s_xml
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (1)
845
s_xml
= XmlSchema.Read(new StringReader(xmlSchema), null);
2 references to s_xml
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (2)
843
if (
s_xml
== null)
847
return
s_xml
;