2 references to IsCallVirtual
Microsoft.CodeAnalysis.CSharp (2)
Operations\CSharpOperationFactory.cs (2)
452
bool isVirtual = constrainedToType is not null ||
IsCallVirtual
(targetMethod, boundCall.ReceiverOpt);
933
bool isVirtual =
IsCallVirtual
(addMethod, boundCollectionElementInitializer.ImplicitReceiverOpt);