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