7 references to IsDelegateType
Microsoft.CodeAnalysis.VisualBasic (7)
Emit\NamedTypeSymbolAdapter.vb (1)
554
Return AdaptedNamedTypeSymbol.
IsDelegateType
()
Symbols\Source\SourceEventSymbol.vb (1)
172
If Not type.
IsDelegateType
Then
Symbols\Source\SourceMemberContainerTypeSymbol.vb (2)
375
Debug.Assert(Not container.
IsDelegateType
())
1110
If Not type.
IsDelegateType
() Then
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
682
If member.Type.
IsDelegateType
() Then
Symbols\Source\SynthesizedEventAccessorSymbol.vb (1)
273
If Not eventSymbol.Type.
IsDelegateType
() Then
Symbols\SynthesizedSymbols\SynthesizedEventDelegateSymbol.vb (1)
401
Debug.Assert(Not container.
IsDelegateType
())