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