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