9 references to InterpolatedStringArgumentPlaceholder
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder.ValueChecks.cs (2)
4382case BoundKind.InterpolatedStringArgumentPlaceholder: 5047case BoundKind.InterpolatedStringArgumentPlaceholder:
FlowAnalysis\NullableWalker.cs (2)
573Debug.Assert(expression != null || placeholder.Kind == BoundKind.InterpolatedStringArgumentPlaceholder); 596case BoundKind.InterpolatedStringArgumentPlaceholder:
Generated\BoundNodes.xml.Generated.cs (3)
7877: base(BoundKind.InterpolatedStringArgumentPlaceholder, syntax, type, hasErrors) 7886: base(BoundKind.InterpolatedStringArgumentPlaceholder, syntax, type) 9282case BoundKind.InterpolatedStringArgumentPlaceholder:
Lowering\LocalRewriter\LocalRewriter.cs (1)
1036case BoundKind.InterpolatedStringArgumentPlaceholder:
Operations\CSharpOperationFactory.cs (1)
282case BoundKind.InterpolatedStringArgumentPlaceholder: