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