12 references to InstanceParameter
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder_Expressions.cs (1)
5058if (handlerPlaceholders.Any(static placeholder => placeholder.ArgumentIndex == BoundInterpolatedStringArgumentPlaceholder.InstanceParameter))
Binder\Binder_InterpolatedString.cs (4)
901Debug.Assert(handlerParameterIndexes.All((index, paramLength) => index >= BoundInterpolatedStringArgumentPlaceholder.InstanceParameter && index < paramLength, 922if (handlerParameter == BoundInterpolatedStringArgumentPlaceholder.InstanceParameter) 959case BoundInterpolatedStringArgumentPlaceholder.InstanceParameter: 1011case BoundInterpolatedStringArgumentPlaceholder.InstanceParameter:
Binder\RefSafetyAnalysis.cs (1)
618case BoundInterpolatedStringArgumentPlaceholder.InstanceParameter:
FlowAnalysis\NullableWalker.cs (1)
8391case BoundInterpolatedStringArgumentPlaceholder.InstanceParameter:
Lowering\LocalRewriter\LocalRewriter_Call.cs (2)
618case BoundInterpolatedStringArgumentPlaceholder.InstanceParameter: 676if (placeholder.ArgumentIndex == BoundInterpolatedStringArgumentPlaceholder.InstanceParameter)
Operations\CSharpOperationFactory.cs (1)
2380BoundInterpolatedStringArgumentPlaceholder.InstanceParameter => (InterpolatedStringArgumentPlaceholderKind.CallsiteReceiver, NonArgumentIndex),
Symbols\Metadata\PE\PEParameterSymbol.cs (1)
874builder.Add(BoundInterpolatedStringArgumentPlaceholder.InstanceParameter);
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1343return (BoundInterpolatedStringArgumentPlaceholder.InstanceParameter, null);