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