9 references to InterpolatedStringArgumentPlaceholder
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder.ValueChecks.cs (2)
4105
case BoundKind.
InterpolatedStringArgumentPlaceholder
:
4793
case BoundKind.
InterpolatedStringArgumentPlaceholder
:
FlowAnalysis\NullableWalker.cs (2)
539
Debug.Assert(expression != null || placeholder.Kind == BoundKind.
InterpolatedStringArgumentPlaceholder
);
562
case BoundKind.
InterpolatedStringArgumentPlaceholder
:
Generated\BoundNodes.xml.Generated.cs (3)
7875
: base(BoundKind.
InterpolatedStringArgumentPlaceholder
, syntax, type, hasErrors)
7884
: base(BoundKind.
InterpolatedStringArgumentPlaceholder
, syntax, type)
9244
case BoundKind.
InterpolatedStringArgumentPlaceholder
:
Lowering\LocalRewriter\LocalRewriter.cs (1)
1036
case BoundKind.
InterpolatedStringArgumentPlaceholder
:
Operations\CSharpOperationFactory.cs (1)
282
case BoundKind.
InterpolatedStringArgumentPlaceholder
: