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