4 references to MustCallMethodsDirectly
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Lookup.cs (1)
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())