1 write to s_namespaceProperty
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
879s_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)
877if (s_namespaceProperty == null) 880Debug.Assert(s_namespaceProperty != null); 882return s_namespaceProperty;