1 write to ingoreExternalRefs
System.Data.Linq (1)
SqlClient\Query\SqlDuplicator.cs (1)
44this.ingoreExternalRefs = ignoreExternalRefs;
4 references to ingoreExternalRefs
System.Data.Linq (4)
SqlClient\Query\SqlDuplicator.cs (4)
72if (this.ingoreExternalRefs && !this.nodeMap.ContainsKey(aref.Alias)) { 151if (this.ingoreExternalRefs && !this.nodeMap.ContainsKey(cref.Column)) { 282if (this.ingoreExternalRefs && !this.nodeMap.ContainsKey(suc)) { 419if (this.ingoreExternalRefs && !this.nodeMap.ContainsKey(sref.SharedExpression)) {