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