3 references to TryGetJsonLocalName
System.Runtime.Serialization (3)
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (1)
365
if (XmlObjectSerializerReadContextComplexJson.
TryGetJsonLocalName
(reader, out name))
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (2)
200
if (
TryGetJsonLocalName
(xmlReader, out name))
232
if (!
TryGetJsonLocalName
(xmlReader, out name))