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