10 references to InterpolatedStringArgumentPlaceholder
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder.ValueChecks.cs (2)
3528
case BoundKind.
InterpolatedStringArgumentPlaceholder
:
3931
case BoundKind.
InterpolatedStringArgumentPlaceholder
:
FlowAnalysis\NullableWalker.cs (3)
506
Debug.Assert(expression != null || placeholder.Kind == BoundKind.
InterpolatedStringArgumentPlaceholder
);
529
case BoundKind.
InterpolatedStringArgumentPlaceholder
:
2245
(value.WasCompilerGenerated && assignmentKind == AssignmentKind.Argument && value.Kind != BoundKind.
InterpolatedStringArgumentPlaceholder
) ||
Generated\BoundNodes.xml.Generated.cs (3)
7557
: base(BoundKind.
InterpolatedStringArgumentPlaceholder
, syntax, type, hasErrors)
7566
: base(BoundKind.
InterpolatedStringArgumentPlaceholder
, syntax, type)
8910
case BoundKind.
InterpolatedStringArgumentPlaceholder
:
Lowering\LocalRewriter\LocalRewriter.cs (1)
913
case BoundKind.
InterpolatedStringArgumentPlaceholder
:
Operations\CSharpOperationFactory.cs (1)
278
case BoundKind.
InterpolatedStringArgumentPlaceholder
: