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