10 references to InterpolatedStringArgumentPlaceholder
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder.ValueChecks.cs (2)
4405case BoundKind.InterpolatedStringArgumentPlaceholder: 5053case BoundKind.InterpolatedStringArgumentPlaceholder:
FlowAnalysis\NullableWalker.cs (2)
573Debug.Assert(expression != null || placeholder.Kind == BoundKind.InterpolatedStringArgumentPlaceholder); 596case BoundKind.InterpolatedStringArgumentPlaceholder:
Generated\BoundNodes.xml.Generated.cs (4)
7908: base(BoundKind.InterpolatedStringArgumentPlaceholder, syntax, type, hasErrors) 7917: base(BoundKind.InterpolatedStringArgumentPlaceholder, syntax, type) 9313case BoundKind.InterpolatedStringArgumentPlaceholder: 17366BoundKind.InterpolatedStringArgumentPlaceholder => PipelinePhase.LocalRewriting,
Lowering\LocalRewriter\LocalRewriter.cs (1)
1040case BoundKind.InterpolatedStringArgumentPlaceholder:
Operations\CSharpOperationFactory.cs (1)
282case BoundKind.InterpolatedStringArgumentPlaceholder: