5 references to MustCallMethodsDirectly
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Lookup.cs (2)
1471else if (!InCref && unwrappedSymbol.MustCallMethodsDirectly()) 1542Debug.Assert(symbol.MustCallMethodsDirectly());
Symbols\Source\ExplicitInterfaceHelpers.cs (1)
279if (interfaceMember.MustCallMethodsDirectly())
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (2)
284if (!interfaceMember.MustCallMethodsDirectly() && !interfaceMember.IsIndexedProperty()) 885if (overriddenMember.MustCallMethodsDirectly())