4 overrides of MustCallMethodsDirectly
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Metadata\PE\PEEventSymbol.cs (1)
407internal override bool MustCallMethodsDirectly
Symbols\Retargeting\RetargetingEventSymbol.cs (1)
166internal override bool MustCallMethodsDirectly
Symbols\Source\SourceEventSymbol.cs (1)
408internal sealed override bool MustCallMethodsDirectly
Symbols\SubstitutedEventSymbol.cs (1)
111internal override bool MustCallMethodsDirectly
3 references to MustCallMethodsDirectly
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Retargeting\RetargetingEventSymbol.cs (1)
170return _underlyingEvent.MustCallMethodsDirectly;
Symbols\SubstitutedEventSymbol.cs (1)
113get { return OriginalDefinition.MustCallMethodsDirectly; }
Symbols\SymbolExtensions.cs (1)
337return ((EventSymbol)symbol).MustCallMethodsDirectly;