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