12 references to InstanceParameter
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder_Expressions.cs (5)
3744Debug.Assert(handlerParameterIndexes.All((index, paramLength) => index >= BoundInterpolatedStringArgumentPlaceholder.InstanceParameter && index < paramLength, 3765if (handlerParameter == BoundInterpolatedStringArgumentPlaceholder.InstanceParameter) 3802case BoundInterpolatedStringArgumentPlaceholder.InstanceParameter: 3855case BoundInterpolatedStringArgumentPlaceholder.InstanceParameter: 5914if (handlerPlaceholders.Any(static placeholder => placeholder.ArgumentIndex == BoundInterpolatedStringArgumentPlaceholder.InstanceParameter))
Binder\RefSafetyAnalysis.cs (1)
689case BoundInterpolatedStringArgumentPlaceholder.InstanceParameter:
FlowAnalysis\NullableWalker.cs (1)
9287case BoundInterpolatedStringArgumentPlaceholder.InstanceParameter:
Lowering\LocalRewriter\LocalRewriter_Call.cs (2)
861case BoundInterpolatedStringArgumentPlaceholder.InstanceParameter: 919if (placeholder.ArgumentIndex == BoundInterpolatedStringArgumentPlaceholder.InstanceParameter)
Operations\CSharpOperationFactory.cs (1)
2497BoundInterpolatedStringArgumentPlaceholder.InstanceParameter => (InterpolatedStringArgumentPlaceholderKind.CallsiteReceiver, NonArgumentIndex),
Symbols\Metadata\PE\PEParameterSymbol.cs (1)
891builder.Add(BoundInterpolatedStringArgumentPlaceholder.InstanceParameter);
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1352return (BoundInterpolatedStringArgumentPlaceholder.InstanceParameter, null);