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