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)
162throw XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(reader, SR.Format(SR.DcTypeNotFoundOnDeserialize, attributes.XsiTypeNamespace, attributes.XsiTypeName, reader.NamespaceURI, reader.LocalName))); 164throw XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(reader, SR.Format(SR.DcTypeNotResolvedOnDeserialize, attributes.XsiTypeNamespace, attributes.XsiTypeName, reader.NamespaceURI, reader.LocalName))); 261throw XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(xmlReader, SR.Format(SR.UnexpectedElementExpectingElements, xmlReader.NodeType, xmlReader.LocalName, xmlReader.NamespaceURI, stringBuilder.ToString()))); 556if (xmlReader.NamespaceURI.Length != 0) 601var member = new ExtensionDataMember(xmlReader.LocalName, xmlReader.NamespaceURI) 729if (xmlReader.NamespaceURI.StartsWith(Globals.DataContractXsdBaseNamespace, StringComparison.Ordinal)) 824dataNode.ItemNamespace = xmlReader.NamespaceURI; 880if (xmlReader.NamespaceURI.Length != 0) 914string ns = xmlReader.NamespaceURI; 968string ns = xmlReader.NamespaceURI;