14 references to ExtensionReceiver
Microsoft.CodeAnalysis.CSharp (14)
Binder\Binder_Expressions.cs (5)
3810Debug.Assert(handlerParameterIndexes.All((index, paramLength) => index >= BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver && index < paramLength, 3831if (handlerParameter is BoundInterpolatedStringArgumentPlaceholder.InstanceParameter or BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver) 3873case BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver: 3929case BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver: 6134if (handlerPlaceholders.Any(static placeholder => placeholder.ArgumentIndex is BoundInterpolatedStringArgumentPlaceholder.InstanceParameter or BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver))
Binder\RefSafetyAnalysis.cs (1)
924case BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver:
FlowAnalysis\NullableWalker.cs (2)
10400case BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver: 10424if (placeholder.ArgumentIndex < previousArgumentConversionResults.Count && placeholder.ArgumentIndex is >= 0 or BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver)
Lowering\LocalRewriter\LocalRewriter_Call.cs (2)
881case BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver: 939if (placeholder.ArgumentIndex is BoundInterpolatedStringArgumentPlaceholder.InstanceParameter or BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver)
Operations\CSharpOperationFactory.cs (1)
2563BoundInterpolatedStringArgumentPlaceholder.InstanceParameter or BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver => (InterpolatedStringArgumentPlaceholderKind.CallsiteReceiver, NonArgumentIndex),
Symbols\Extensions\SourceExtensionImplementationMethodSymbol.cs (1)
231BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver => 0,
Symbols\Metadata\PE\PEParameterSymbol.cs (1)
923builder.Add(BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver);
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1409return BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver;