1 write to s_namespaceProperty
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (1)
234s_namespaceProperty = typeof(XmlReaderDelegator).GetProperty("NamespaceProperty", Globals.ScanAllMembers);
3 references to s_namespaceProperty
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (3)
232if (s_namespaceProperty == null) 235Debug.Assert(s_namespaceProperty != null); 237return s_namespaceProperty;