1 write to _index
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ChecksumsAndIds.cs (1)
117
=> ++
_index
< _checksumsAndIds.Length;
3 references to _index
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\ChecksumsAndIds.cs (3)
120
=> (_checksumsAndIds.AttributeChecksums.Children[
_index
],
121
_checksumsAndIds.TextChecksums.Children[
_index
],
122
_checksumsAndIds.Ids[
_index
]);