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