2 writes to _mod
Microsoft.CodeAnalysis.UnitTests (2)
Collections\HashSet\TestingTypes.cs (2)
129
_mod
= mod;
134
_mod
= 500;
5 references to _mod
Microsoft.CodeAnalysis.UnitTests (5)
Collections\HashSet\TestingTypes.cs (5)
139
return ((x %
_mod
) - (y %
_mod
));
144
return ((x %
_mod
) == (y %
_mod
));
149
return (x %
_mod
);