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