14 references to ExtensionReceiver
Microsoft.CodeAnalysis.CSharp (14)
Binder\Binder_Expressions.cs (5)
3746Debug.Assert(handlerParameterIndexes.All((index, paramLength) => index >= BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver && index < paramLength, 3767if (handlerParameter is BoundInterpolatedStringArgumentPlaceholder.InstanceParameter or BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver) 3809case BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver: 3865case BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver: 6001if (handlerPlaceholders.Any(static placeholder => placeholder.ArgumentIndex is BoundInterpolatedStringArgumentPlaceholder.InstanceParameter or BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver))
Binder\RefSafetyAnalysis.cs (1)
909case BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver:
FlowAnalysis\NullableWalker.cs (2)
9926case BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver: 9950if (placeholder.ArgumentIndex < previousArgumentConversionResults.Count && placeholder.ArgumentIndex is >= 0 or BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver)
Lowering\LocalRewriter\LocalRewriter_Call.cs (2)
879case BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver: 937if (placeholder.ArgumentIndex is BoundInterpolatedStringArgumentPlaceholder.InstanceParameter or BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver)
Operations\CSharpOperationFactory.cs (1)
2488BoundInterpolatedStringArgumentPlaceholder.InstanceParameter or BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver => (InterpolatedStringArgumentPlaceholderKind.CallsiteReceiver, NonArgumentIndex),
Symbols\Extensions\SourceExtensionImplementationMethodSymbol.cs (1)
229BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver => 0,
Symbols\Metadata\PE\PEParameterSymbol.cs (1)
904builder.Add(BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver);
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1414return BoundInterpolatedStringArgumentPlaceholder.ExtensionReceiver;