2 references to IsJsonLocalName
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\DataContractJsonSerializerOperationFormatter.cs (2)
99
return
IsJsonLocalName
(reader, elementName);
108
return
IsJsonLocalName
(reader, (elementName == null) ? null : elementName.Value);