1 write to s_typeOfXmlElement
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (1)
912
s_typeOfXmlElement
= typeof(XmlElement);
2 references to s_typeOfXmlElement
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (2)
911
if (
s_typeOfXmlElement
== null)
913
return
s_typeOfXmlElement
;