9 references to InterpolatedStringArgumentPlaceholder
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder.ValueChecks.cs (2)
4082case BoundKind.InterpolatedStringArgumentPlaceholder: 4775case BoundKind.InterpolatedStringArgumentPlaceholder:
FlowAnalysis\NullableWalker.cs (2)
540Debug.Assert(expression != null || placeholder.Kind == BoundKind.InterpolatedStringArgumentPlaceholder); 563case BoundKind.InterpolatedStringArgumentPlaceholder:
Generated\BoundNodes.xml.Generated.cs (3)
7876: base(BoundKind.InterpolatedStringArgumentPlaceholder, syntax, type, hasErrors) 7885: base(BoundKind.InterpolatedStringArgumentPlaceholder, syntax, type) 9281case BoundKind.InterpolatedStringArgumentPlaceholder:
Lowering\LocalRewriter\LocalRewriter.cs (1)
1036case BoundKind.InterpolatedStringArgumentPlaceholder:
Operations\CSharpOperationFactory.cs (1)
282case BoundKind.InterpolatedStringArgumentPlaceholder: