14 references to InitialBinding
Microsoft.CodeAnalysis.CSharp (14)
Generated\BoundNodes.xml.Generated.cs (13)
17701
BoundKind.TupleOperandPlaceholder => PipelinePhase.
InitialBinding
,
17703
BoundKind.DisposableValuePlaceholder => PipelinePhase.
InitialBinding
,
17710
BoundKind.TypeOrValueExpression => PipelinePhase.
InitialBinding
,
17711
BoundKind.UnconvertedAddressOfOperator => PipelinePhase.
InitialBinding
,
17712
BoundKind.UnconvertedConditionalOperator => PipelinePhase.
InitialBinding
,
17721
BoundKind.UnconvertedSwitchExpression => PipelinePhase.
InitialBinding
,
17723
BoundKind.UnconvertedObjectCreationExpression => PipelinePhase.
InitialBinding
,
17724
BoundKind.UnconvertedCollectionExpression => PipelinePhase.
InitialBinding
,
17725
BoundKind.TupleLiteral => PipelinePhase.
InitialBinding
,
17727
BoundKind.UnconvertedInterpolatedString => PipelinePhase.
InitialBinding
,
17730
BoundKind.PatternWithUnionMatching => PipelinePhase.
InitialBinding
,
17732
BoundKind.ExpressionWithNullability => PipelinePhase.
InitialBinding
,
17733
BoundKind.ValueForNullableAnalysis => PipelinePhase.
InitialBinding
,
Lowering\LocalRewriter\PipelinePhaseValidator.cs (1)
43
Assert(node, PipelinePhase.
InitialBinding
);