14 references to InitialBinding
Microsoft.CodeAnalysis.CSharp (14)
Generated\BoundNodes.xml.Generated.cs (13)
17715
BoundKind.TupleOperandPlaceholder => PipelinePhase.
InitialBinding
,
17717
BoundKind.DisposableValuePlaceholder => PipelinePhase.
InitialBinding
,
17724
BoundKind.TypeOrValueExpression => PipelinePhase.
InitialBinding
,
17725
BoundKind.UnconvertedAddressOfOperator => PipelinePhase.
InitialBinding
,
17726
BoundKind.UnconvertedConditionalOperator => PipelinePhase.
InitialBinding
,
17735
BoundKind.UnconvertedSwitchExpression => PipelinePhase.
InitialBinding
,
17737
BoundKind.UnconvertedObjectCreationExpression => PipelinePhase.
InitialBinding
,
17738
BoundKind.UnconvertedCollectionExpression => PipelinePhase.
InitialBinding
,
17739
BoundKind.TupleLiteral => PipelinePhase.
InitialBinding
,
17741
BoundKind.UnconvertedInterpolatedString => PipelinePhase.
InitialBinding
,
17744
BoundKind.PatternWithUnionMatching => PipelinePhase.
InitialBinding
,
17746
BoundKind.ExpressionWithNullability => PipelinePhase.
InitialBinding
,
17747
BoundKind.ValueForNullableAnalysis => PipelinePhase.
InitialBinding
,
Lowering\LocalRewriter\PipelinePhaseValidator.cs (1)
43
Assert(node, PipelinePhase.
InitialBinding
);