1 write to s_typeOfDataMemberAttribute
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (1)
386
s_typeOfDataMemberAttribute
= typeof(DataMemberAttribute);
2 references to s_typeOfDataMemberAttribute
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (2)
385
if (
s_typeOfDataMemberAttribute
== null)
387
return
s_typeOfDataMemberAttribute
;