1 write to lookupIdentifiers
System.Data (1)
fx\src\data\System\Data\CodeGen\datacache.cs (1)
98
lookupIdentifiers
= new Hashtable();
5 references to lookupIdentifiers
System.Data (5)
fx\src\data\System\Data\CodeGen\datacache.cs (5)
102
lookupIdentifiers
[p.Name] = '_' + p.Name;
107
if (
lookupIdentifiers
== null) {
110
string newName = (string)
lookupIdentifiers
[inVarName];
113
while (
lookupIdentifiers
.ContainsValue(newName)) {
116
lookupIdentifiers
[inVarName] = newName;