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