5 references to AllValues
Microsoft.CodeAnalysis.Test.Utilities (5)
Assert\EqualityUtil`1.cs (5)
92
foreach (var value in _equalityUnits.SelectMany(x => x.
AllValues
))
124
foreach (var value in _equalityUnits.SelectMany(x => x.
AllValues
))
161
var allValues = _equalityUnits.SelectMany(x => x.
AllValues
);
173
var allValues = _equalityUnits.SelectMany(x => x.
AllValues
);
222
foreach (var cur in _equalityUnits.SelectMany(x => x.
AllValues
))