3 references to lookup
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\StaticDataManager.cs (3)
32
if (!this.
lookup
.ContainsKey(value)) {
35
this.
lookup
.Add(value, id);
39
id = this.
lookup
[value];