10 references to InterpolatedStringArgumentPlaceholder
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder.ValueChecks.cs (2)
3528case BoundKind.InterpolatedStringArgumentPlaceholder: 3931case BoundKind.InterpolatedStringArgumentPlaceholder:
FlowAnalysis\NullableWalker.cs (3)
506Debug.Assert(expression != null || placeholder.Kind == BoundKind.InterpolatedStringArgumentPlaceholder); 529case BoundKind.InterpolatedStringArgumentPlaceholder: 2245(value.WasCompilerGenerated && assignmentKind == AssignmentKind.Argument && value.Kind != BoundKind.InterpolatedStringArgumentPlaceholder) ||
Generated\BoundNodes.xml.Generated.cs (3)
7557: base(BoundKind.InterpolatedStringArgumentPlaceholder, syntax, type, hasErrors) 7566: base(BoundKind.InterpolatedStringArgumentPlaceholder, syntax, type) 8910case BoundKind.InterpolatedStringArgumentPlaceholder:
Lowering\LocalRewriter\LocalRewriter.cs (1)
913case BoundKind.InterpolatedStringArgumentPlaceholder:
Operations\CSharpOperationFactory.cs (1)
278case BoundKind.InterpolatedStringArgumentPlaceholder: