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