1 write to s_builtInSchemaForXmlNS
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
488
Interlocked.CompareExchange<XmlSchema>(ref
s_builtInSchemaForXmlNS
, tempSchema, null);
2 references to s_builtInSchemaForXmlNS
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
441
if (
s_builtInSchemaForXmlNS
== null)
490
return
s_builtInSchemaForXmlNS
;