5 references to IsParseableXmlNamespace
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (5)
602else if (!Schema.IsParseableXmlNamespace(attributeNamespace, true)) 615if (string.IsNullOrEmpty(attributeNamespace) || Schema.IsParseableXmlNamespace(attributeNamespace, true)) 683!Schema.IsParseableXmlNamespace(reader.NamespaceURI, false), 740if (!Schema.IsParseableXmlNamespace(elementNamespace, true) && this.ParentElement != null) 753if (string.IsNullOrEmpty(elementNamespace) || Schema.IsParseableXmlNamespace(reader.NamespaceURI, false))