4 overrides of MustCallMethodsDirectly
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Metadata\PE\PEEventSymbol.cs (1)
449
internal override bool
MustCallMethodsDirectly
Symbols\Retargeting\RetargetingEventSymbol.cs (1)
168
internal override bool
MustCallMethodsDirectly
Symbols\Source\SourceEventSymbol.cs (1)
499
internal sealed override bool
MustCallMethodsDirectly
Symbols\SubstitutedEventSymbol.cs (1)
112
internal override bool
MustCallMethodsDirectly
3 references to MustCallMethodsDirectly
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Retargeting\RetargetingEventSymbol.cs (1)
172
return _underlyingEvent.
MustCallMethodsDirectly
;
Symbols\SubstitutedEventSymbol.cs (1)
114
get { return OriginalDefinition.
MustCallMethodsDirectly
; }
Symbols\SymbolExtensions.cs (1)
325
return ((EventSymbol)symbol).
MustCallMethodsDirectly
;