1 instantiation of InterpolatedStringHandlerArgumentPlaceholderOperation
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
11359
return new
InterpolatedStringHandlerArgumentPlaceholderOperation
(internalOperation.ArgumentIndex, internalOperation.PlaceholderKind, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);
2 references to InterpolatedStringHandlerArgumentPlaceholderOperation
Microsoft.CodeAnalysis (2)
Generated\Operations.Generated.cs (2)
11358
var
internalOperation = (
InterpolatedStringHandlerArgumentPlaceholderOperation
)operation;