1 write to s_localNameProperty
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (1)
222s_localNameProperty = typeof(XmlReaderDelegator).GetProperty("LocalName", Globals.ScanAllMembers);
3 references to s_localNameProperty
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (3)
220if (s_localNameProperty == null) 223Debug.Assert(s_localNameProperty != null); 225return s_localNameProperty;