9 references to PlaceholderKind
Microsoft.CodeAnalysis (7)
Generated\Operations.Generated.cs (3)
3412
PlaceholderKind
PlaceholderKind { get; }
9702
internal PlaceholderOperation(
PlaceholderKind
placeholderKind, SemanticModel? semanticModel, SyntaxNode syntax, ITypeSymbol? type, bool isImplicit)
9708
public
PlaceholderKind
PlaceholderKind { get; }
Operations\ControlFlowGraphBuilder.cs (4)
7392
case
PlaceholderKind
.SwitchOperationExpression:
7398
case
PlaceholderKind
.ForToLoopBinaryOperatorLeftOperand:
7404
case
PlaceholderKind
.ForToLoopBinaryOperatorRightOperand:
7410
case
PlaceholderKind
.AggregationGroup:
Microsoft.CodeAnalysis.CSharp (1)
Operations\CSharpOperationFactory.cs (1)
425
return new PlaceholderOperation(
PlaceholderKind
.Unspecified, _semanticModel, syntax, type, isImplicit);
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\OperationTreeVerifier.cs (1)
1143
Assert.Equal(
PlaceholderKind
.AggregationGroup, operation.PlaceholderKind);