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