1 write to s_nodeTypeProperty
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (1)
278
s_nodeTypeProperty
= typeof(XmlReaderDelegator).GetProperty("NodeType", Globals.ScanAllMembers);
3 references to s_nodeTypeProperty
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (3)
276
if (
s_nodeTypeProperty
== null)
279
Debug.Assert(
s_nodeTypeProperty
!= null);
281
return
s_nodeTypeProperty
;