2 references to IsDelegateFromImplements
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceEventSymbol.vb (2)
286
If (_lazyState And (StateFlags.IsTypeInferred Or StateFlags.
IsDelegateFromImplements
Or StateFlags.ReportedExplicitImplementationDiagnostics)) <> 0 Then
470
If(isDelegateFromImplements, StateFlags.
IsDelegateFromImplements
, 0)