14 references to InitialBinding
Microsoft.CodeAnalysis.CSharp (14)
Generated\BoundNodes.xml.Generated.cs (13)
17704
BoundKind.TupleOperandPlaceholder => PipelinePhase.
InitialBinding
,
17706
BoundKind.DisposableValuePlaceholder => PipelinePhase.
InitialBinding
,
17713
BoundKind.TypeOrValueExpression => PipelinePhase.
InitialBinding
,
17714
BoundKind.UnconvertedAddressOfOperator => PipelinePhase.
InitialBinding
,
17715
BoundKind.UnconvertedConditionalOperator => PipelinePhase.
InitialBinding
,
17724
BoundKind.UnconvertedSwitchExpression => PipelinePhase.
InitialBinding
,
17726
BoundKind.UnconvertedObjectCreationExpression => PipelinePhase.
InitialBinding
,
17727
BoundKind.UnconvertedCollectionExpression => PipelinePhase.
InitialBinding
,
17728
BoundKind.TupleLiteral => PipelinePhase.
InitialBinding
,
17730
BoundKind.UnconvertedInterpolatedString => PipelinePhase.
InitialBinding
,
17733
BoundKind.PatternWithUnionMatching => PipelinePhase.
InitialBinding
,
17735
BoundKind.ExpressionWithNullability => PipelinePhase.
InitialBinding
,
17736
BoundKind.ValueForNullableAnalysis => PipelinePhase.
InitialBinding
,
Lowering\LocalRewriter\PipelinePhaseValidator.cs (1)
43
Assert(node, PipelinePhase.
InitialBinding
);