10 references to InterpolatedStringArgumentPlaceholder
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder.ValueChecks.cs (2)
4417case BoundKind.InterpolatedStringArgumentPlaceholder: 5110case BoundKind.InterpolatedStringArgumentPlaceholder:
FlowAnalysis\NullableWalker.cs (2)
592Debug.Assert(expression != null || placeholder.Kind == BoundKind.InterpolatedStringArgumentPlaceholder); 615case BoundKind.InterpolatedStringArgumentPlaceholder:
Generated\BoundNodes.xml.Generated.cs (4)
8015: base(BoundKind.InterpolatedStringArgumentPlaceholder, syntax, type, hasErrors) 8024: base(BoundKind.InterpolatedStringArgumentPlaceholder, syntax, type) 9513case BoundKind.InterpolatedStringArgumentPlaceholder: 17729BoundKind.InterpolatedStringArgumentPlaceholder => PipelinePhase.LocalRewriting,
Lowering\LocalRewriter\LocalRewriter.cs (1)
1046case BoundKind.InterpolatedStringArgumentPlaceholder:
Operations\CSharpOperationFactory.cs (1)
281case BoundKind.InterpolatedStringArgumentPlaceholder: