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