12 references to NamespaceURI
System.Private.DataContractSerialization (12)
System\Runtime\Serialization\PrimitiveDataContract.cs (1)
919string ns = reader.NamespaceURI;
System\Runtime\Serialization\XmlObjectSerializer.cs (1)
443return XmlObjectSerializer.CreateSerializationException(TryAddLineInfo(reader, SR.Format(SR.EncounteredWithNameNamespace, errorMessage, reader.NodeType, reader.LocalName, reader.NamespaceURI)));
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (10)
160throw XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(reader, SR.Format(SR.DcTypeNotFoundOnDeserialize, attributes.XsiTypeNamespace, attributes.XsiTypeName, reader.NamespaceURI, reader.LocalName))); 162throw XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(reader, SR.Format(SR.DcTypeNotResolvedOnDeserialize, attributes.XsiTypeNamespace, attributes.XsiTypeName, reader.NamespaceURI, reader.LocalName))); 259throw XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(xmlReader, SR.Format(SR.UnexpectedElementExpectingElements, xmlReader.NodeType, xmlReader.LocalName, xmlReader.NamespaceURI, stringBuilder.ToString()))); 554if (xmlReader.NamespaceURI.Length != 0) 599var member = new ExtensionDataMember(xmlReader.LocalName, xmlReader.NamespaceURI) 727if (xmlReader.NamespaceURI.StartsWith(Globals.DataContractXsdBaseNamespace, StringComparison.Ordinal)) 822dataNode.ItemNamespace = xmlReader.NamespaceURI; 878if (xmlReader.NamespaceURI.Length != 0) 912string ns = xmlReader.NamespaceURI; 966string ns = xmlReader.NamespaceURI;