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