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