1 write to s_typeOfKnownTypeAttribute
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (1)
340
s_typeOfKnownTypeAttribute
= typeof(KnownTypeAttribute);
2 references to s_typeOfKnownTypeAttribute
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (2)
339
if (
s_typeOfKnownTypeAttribute
== null)
341
return
s_typeOfKnownTypeAttribute
;