5 references to CallsiteArgument
Microsoft.CodeAnalysis (2)
Generated\Operations.Generated.cs (1)
3728
/// -1 if <see cref="PlaceholderKind" /> is anything other than <see cref="InterpolatedStringArgumentPlaceholderKind.
CallsiteArgument
" />.
Operations\ControlFlowGraphBuilder.cs (1)
6986
case InterpolatedStringArgumentPlaceholderKind.
CallsiteArgument
:
Microsoft.CodeAnalysis.CSharp (1)
Operations\CSharpOperationFactory.cs (1)
2496
>= 0 and var index => (InterpolatedStringArgumentPlaceholderKind.
CallsiteArgument
, index),
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1944
if (operation.PlaceholderKind is InterpolatedStringArgumentPlaceholderKind.
CallsiteArgument
)
Compilation\TestOperationVisitor.cs (1)
1346
Assert.Equal(InterpolatedStringArgumentPlaceholderKind.
CallsiteArgument
, operation.PlaceholderKind);