4 references to annotationMap
System.Data.Linq (4)
SqlClient\Common\SqlNodeAnnotations.cs (4)
20if (!this.annotationMap.TryGetValue(node, out list)) { 22this.annotationMap[node]=list; 35this.annotationMap.TryGetValue(node, out list); 45return this.annotationMap.ContainsKey(node);