16 references to NamespaceURI
System.Runtime.Serialization (16)
System\Runtime\Serialization\PrimitiveDataContract.cs (1)
705
string ns = reader.
NamespaceURI
;
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 (11)
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));
572
if (xmlReader.
NamespaceURI
.Length != 0)
612
member.Namespace = xmlReader.
NamespaceURI
;
737
if (xmlReader.
NamespaceURI
.StartsWith(Globals.DataContractXsdBaseNamespace, StringComparison.Ordinal))
827
dataNode.ItemNamespace = xmlReader.
NamespaceURI
;
880
if (xmlReader.
NamespaceURI
.Length != 0)
914
string ns = xmlReader.
NamespaceURI
;
968
string ns = xmlReader.
NamespaceURI
;
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))));