8 references to PlaceholderKind
Microsoft.CodeAnalysis (7)
Generated\Operations.Generated.cs (3)
3412PlaceholderKind PlaceholderKind { get; } 9742internal PlaceholderOperation(PlaceholderKind placeholderKind, SemanticModel? semanticModel, SyntaxNode syntax, ITypeSymbol? type, bool isImplicit) 9748public PlaceholderKind PlaceholderKind { get; }
Operations\ControlFlowGraphBuilder.cs (4)
7428case PlaceholderKind.SwitchOperationExpression: 7434case PlaceholderKind.ForToLoopBinaryOperatorLeftOperand: 7440case PlaceholderKind.ForToLoopBinaryOperatorRightOperand: 7446case PlaceholderKind.AggregationGroup:
Microsoft.CodeAnalysis.CSharp (1)
Operations\CSharpOperationFactory.cs (1)
432return new PlaceholderOperation(PlaceholderKind.Unspecified, _semanticModel, syntax, type, isImplicit);