CodeQL library for C#
codeql/csharp-all 5.2.7-dev (changelog, source)
Search

Member predicate InterpolatedStringExpr::getInterpolatedInsert

Gets the interpolated string insert at index i in this interpolated string, if any. For example, the interpolated string insert at index i = 1 is {pi, align:F3} in $"Hello, {pi, align:F3}!".

InterpolatedStringInsertExpr getInterpolatedInsert(int i)