10 references to InterpolatedStringArgumentPlaceholder
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder.ValueChecks.cs (2)
4400
case BoundKind.
InterpolatedStringArgumentPlaceholder
:
5097
case BoundKind.
InterpolatedStringArgumentPlaceholder
:
FlowAnalysis\NullableWalker.cs (2)
592
Debug.Assert(expression != null || placeholder.Kind == BoundKind.
InterpolatedStringArgumentPlaceholder
);
615
case BoundKind.
InterpolatedStringArgumentPlaceholder
:
Generated\BoundNodes.xml.Generated.cs (4)
7995
: base(BoundKind.
InterpolatedStringArgumentPlaceholder
, syntax, type, hasErrors)
8004
: base(BoundKind.
InterpolatedStringArgumentPlaceholder
, syntax, type)
9493
case BoundKind.
InterpolatedStringArgumentPlaceholder
:
17732
BoundKind.
InterpolatedStringArgumentPlaceholder
=> PipelinePhase.LocalRewriting,
Lowering\LocalRewriter\LocalRewriter.cs (1)
1043
case BoundKind.
InterpolatedStringArgumentPlaceholder
:
Operations\CSharpOperationFactory.cs (1)
281
case BoundKind.
InterpolatedStringArgumentPlaceholder
: