12 references to InstanceParameter
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder_Expressions.cs (4)
3751if (handlerParameter is BoundInterpolatedStringArgumentPlaceholder.InstanceParameter or BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver) 3788case BoundInterpolatedStringArgumentPlaceholder.InstanceParameter: 3848case BoundInterpolatedStringArgumentPlaceholder.InstanceParameter: 5979if (handlerPlaceholders.Any(static placeholder => placeholder.ArgumentIndex is BoundInterpolatedStringArgumentPlaceholder.InstanceParameter or BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver))
Binder\RefSafetyAnalysis.cs (1)
753case BoundInterpolatedStringArgumentPlaceholder.InstanceParameter:
FlowAnalysis\NullableWalker.cs (1)
9786case BoundInterpolatedStringArgumentPlaceholder.InstanceParameter:
Lowering\LocalRewriter\LocalRewriter_Call.cs (2)
856case BoundInterpolatedStringArgumentPlaceholder.InstanceParameter: 915if (placeholder.ArgumentIndex is BoundInterpolatedStringArgumentPlaceholder.InstanceParameter or BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver)
Operations\CSharpOperationFactory.cs (1)
2497BoundInterpolatedStringArgumentPlaceholder.InstanceParameter or BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver => (InterpolatedStringArgumentPlaceholderKind.CallsiteReceiver, NonArgumentIndex),
Symbols\Extensions\SourceExtensionImplementationMethodSymbol.cs (1)
231BoundInterpolatedStringArgumentPlaceholder.InstanceParameter => throw ExceptionUtilities.Unreachable(),
Symbols\Metadata\PE\PEParameterSymbol.cs (1)
901builder.Add(BoundInterpolatedStringArgumentPlaceholder.InstanceParameter);
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1354return BoundInterpolatedStringArgumentPlaceholder.InstanceParameter;