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