Interface IInvocationOperation
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IInvocationOperation : IOperation
Properties
Arguments
Declaration
ImmutableArray<IArgumentOperation> Arguments { get; }
Property Value
ConstrainedToType
Declaration
ITypeSymbol? ConstrainedToType { get; }
Property Value
Instance
Declaration
IOperation? Instance { get; }
Property Value
IsVirtual
Declaration
Property Value
TargetMethod
Declaration
IMethodSymbol TargetMethod { get; }
Property Value
Extension Methods