16 references to LocalName
System.Runtime.Serialization (16)
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
234
name = xmlReader.
LocalName
;
System\Runtime\Serialization\PrimitiveDataContract.cs (1)
704
string localName = reader.
LocalName
;
System\Runtime\Serialization\XmlObjectSerializer.cs (1)
402
return XmlObjectSerializer.CreateSerializationException(TryAddLineInfo(reader, SR.GetString(SR.EncounteredWithNameNamespace, errorMessage, reader.NodeType, reader.
LocalName
, reader.NamespaceURI)));
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (9)
190
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(reader, SR.GetString(SR.DcTypeNotFoundOnDeserialize, attributes.XsiTypeNamespace, attributes.XsiTypeName, reader.NamespaceURI, reader.
LocalName
))));
192
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(reader, SR.GetString(SR.DcTypeNotResolvedOnDeserialize, attributes.XsiTypeNamespace, attributes.XsiTypeName, reader.NamespaceURI, reader.
LocalName
))));
292
throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(xmlReader, SR.GetString(SR.UnexpectedElementExpectingElements, xmlReader.NodeType, xmlReader.
LocalName
, xmlReader.NamespaceURI, stringBuilder.ToString()))));
320
SR.GetString(SR.TraceCodeElementIgnored), new StringTraceRecord("Element", xmlReader.NamespaceURI + ":" + xmlReader.
LocalName
));
577
string name = XmlConvert.DecodeName(xmlReader.
LocalName
);
611
member.Name = xmlReader.
LocalName
;
826
dataNode.ItemName = xmlReader.
LocalName
;
887
member.Name = xmlReader.
LocalName
;
969
string name = xmlReader.
LocalName
;
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (3)
182
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(xmlReader, SR.GetString(SR.AttributeNotFound, Globals.SerializationNamespace, Globals.ClrTypeLocalName, xmlReader.NodeType, xmlReader.NamespaceURI, xmlReader.
LocalName
))));
184
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(xmlReader, SR.GetString(SR.AttributeNotFound, Globals.SerializationNamespace, Globals.ClrAssemblyLocalName, xmlReader.NodeType, xmlReader.NamespaceURI, xmlReader.
LocalName
))));
186
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(xmlReader, SR.GetString(SR.AttributeNotFound, Globals.SerializationNamespace, Globals.ClrTypeLocalName, xmlReader.NodeType, xmlReader.NamespaceURI, xmlReader.
LocalName
))));
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
109
string localName = this.
LocalName
;