1 write to columns
System.Data.Entity (1)
System\Data\SqlClient\SqlGen\Symbol.cs (1)
53
columns
= new Dictionary<string, Symbol>(StringComparer.OrdinalIgnoreCase);
2 references to columns
System.Data.Entity (2)
System\Data\SqlClient\SqlGen\Symbol.cs (2)
51
if (null ==
columns
)
55
return
columns
;