4 references to GatherAndConditions
System.Private.CoreLib.Generators (4)
IntrinsicsInSystemPrivateCoreLibAnalyzer.cs (4)
225
return
GatherAndConditions
(model, parenthesizedExpression.Expression);
252
var decomposedLeft =
GatherAndConditions
(model, binaryExpression.Left);
253
var decomposedRight =
GatherAndConditions
(model, binaryExpression.Right);
335
return new INamedTypeSymbol[][] {
GatherAndConditions
(model, binaryExpression) };