1 write to lcid
Microsoft.Build.Tasks.Core (1)
ComDependencyWalker.cs (1)
65this.lcid = lcid;
4 references to lcid
Microsoft.Build.Tasks.Core (4)
ComDependencyWalker.cs (4)
73this.wMinorVerNum, this.lcid, this.index); 86a.lcid == b.lcid && 92return unchecked(x.guid.GetHashCode() + (x.wMajorVerNum << 16) + x.wMinorVerNum + x.lcid + x.index);