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