1 write to getJsonMemberNameMethod
System.Runtime.Serialization (1)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (1)
560
getJsonMemberNameMethod
= typeof(XmlObjectSerializerReadContextComplexJson).GetMethod("GetJsonMemberName", Globals.ScanAllMembers, null, new Type[] { typeof(XmlReaderDelegator) }, null);
2 references to getJsonMemberNameMethod
System.Runtime.Serialization (2)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (2)
558
if (
getJsonMemberNameMethod
== null)
562
return
getJsonMemberNameMethod
;