1 write to s_nodeTypeProperty
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
198
s_nodeTypeProperty
= typeof(XmlReaderDelegator).GetProperty("NodeType", Globals.ScanAllMembers);
3 references to s_nodeTypeProperty
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
196
if (
s_nodeTypeProperty
== null)
199
Debug.Assert(
s_nodeTypeProperty
!= null);
201
return
s_nodeTypeProperty
;