5 types derived from Operator
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (5)
10 references to Operator
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (10)
SourceGeneration\GeneratorDriverFuzzTests.cs (10)
83class SelectOperator(Operator Source, bool TransformAs, bool TransformCs) : Operator
122class SelectManyOperator(Operator Source, ImmutableArray<(bool TransformAs, bool TransformCs)> Logics) : Operator
160class WhereOperator(Operator Source, bool IncludeAs, bool IncludeBs, bool IncludeCs, bool IncludeDs) : Operator
209class CombineOperator(Operator Source1, Operator Source2) : Operator
266var rootOperator = makeOperatorTree(new LeafOperator() { HintNameProvider = hintNameProvider }, depth);
359Operator makeOperatorTree(Operator @operator, int depth)
404var operator4_1 = makeOperatorTree(@operator, random.Next(depth));
405var operator4_2 = makeOperatorTree(@operator, random.Next(depth));