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