1 implementation of PlaceholderKind
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10317
public InterpolatedStringArgumentPlaceholderKind
PlaceholderKind
{ get; }
4 references to PlaceholderKind
Microsoft.CodeAnalysis (4)
Generated\Operations.Generated.cs (1)
3728
/// -1 if <see cref="
PlaceholderKind
" /> is anything other than <see cref="InterpolatedStringArgumentPlaceholderKind.CallsiteArgument" />.
Operations\ControlFlowGraphBuilder.cs (3)
6851
if (arguments[i] is { Value: IInterpolatedStringHandlerArgumentPlaceholderOperation {
PlaceholderKind
: InterpolatedStringArgumentPlaceholderKind.TrailingValidityArgument } } arg)
6999
switch (operation.
PlaceholderKind
)
7036
throw ExceptionUtilities.UnexpectedValue(operation.
PlaceholderKind
);