7 references to PlaceholderKind
Microsoft.CodeAnalysis (7)
Generated\Operations.Generated.cs (3)
3409PlaceholderKind PlaceholderKind { get; } 9699internal PlaceholderOperation(PlaceholderKind placeholderKind, SemanticModel? semanticModel, SyntaxNode syntax, ITypeSymbol? type, bool isImplicit) 9705public PlaceholderKind PlaceholderKind { get; }
Operations\ControlFlowGraphBuilder.cs (4)
7386case PlaceholderKind.SwitchOperationExpression: 7392case PlaceholderKind.ForToLoopBinaryOperatorLeftOperand: 7398case PlaceholderKind.ForToLoopBinaryOperatorRightOperand: 7404case PlaceholderKind.AggregationGroup: