1 write to s_namespaceProperty
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
879
s_namespaceProperty
= typeof(DataContract).GetProperty("Namespace", Globals.ScanAllMembers);
3 references to s_namespaceProperty
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
877
if (
s_namespaceProperty
== null)
880
Debug.Assert(
s_namespaceProperty
!= null);
882
return
s_namespaceProperty
;