1 write to s_typeOfXmlSchemaProviderAttribute
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (1)
517
s_typeOfXmlSchemaProviderAttribute
= typeof(XmlSchemaProviderAttribute);
2 references to s_typeOfXmlSchemaProviderAttribute
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (2)
516
if (
s_typeOfXmlSchemaProviderAttribute
== null)
518
return
s_typeOfXmlSchemaProviderAttribute
;