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