3 references to Database
System.Data.Linq (3)
Mapping\MappingSource.cs (3)
252if (!IsInNamespace(reader) || reader.LocalName != XmlMappingConstant.Database) { 288if (reader.LocalName != XmlMappingConstant.Database) { 289throw Error.UnexpectedElement(XmlMappingConstant.Database, String.Format(System.Globalization.CultureInfo.InvariantCulture, "{0}{1}{2}", reader.Prefix, String.IsNullOrEmpty(reader.Prefix) ? "" : "/", reader.LocalName));