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