2 references to TryGetValue
System.Data.Linq (2)
SqlClient\Query\SqlBinder.cs (2)
65
(this.previous != null && this.previous.
TryGetValue
(linkId, out expr));
1346
if (this.linkMap.
TryGetValue
(link.Id, out cached)) {