10 references to InterpolatedStringArgumentPlaceholder
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder.ValueChecks.cs (2)
4400case BoundKind.InterpolatedStringArgumentPlaceholder: 5097case BoundKind.InterpolatedStringArgumentPlaceholder:
FlowAnalysis\NullableWalker.cs (2)
592Debug.Assert(expression != null || placeholder.Kind == BoundKind.InterpolatedStringArgumentPlaceholder); 615case BoundKind.InterpolatedStringArgumentPlaceholder:
Generated\BoundNodes.xml.Generated.cs (4)
7995: base(BoundKind.InterpolatedStringArgumentPlaceholder, syntax, type, hasErrors) 8004: base(BoundKind.InterpolatedStringArgumentPlaceholder, syntax, type) 9493case BoundKind.InterpolatedStringArgumentPlaceholder: 17732BoundKind.InterpolatedStringArgumentPlaceholder => PipelinePhase.LocalRewriting,
Lowering\LocalRewriter\LocalRewriter.cs (1)
1043case BoundKind.InterpolatedStringArgumentPlaceholder:
Operations\CSharpOperationFactory.cs (1)
281case BoundKind.InterpolatedStringArgumentPlaceholder: