7 references to IsDelegateType
Microsoft.CodeAnalysis.VisualBasic (7)
Emit\NamedTypeSymbolAdapter.vb (1)
555
Return AdaptedNamedTypeSymbol.
IsDelegateType
()
Symbols\Source\SourceEventSymbol.vb (1)
173
If Not type.
IsDelegateType
Then
Symbols\Source\SourceMemberContainerTypeSymbol.vb (2)
376
Debug.Assert(Not container.
IsDelegateType
())
1111
If Not type.
IsDelegateType
() Then
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
684
If member.Type.
IsDelegateType
() Then
Symbols\Source\SynthesizedEventAccessorSymbol.vb (1)
273
If Not eventSymbol.Type.
IsDelegateType
() Then
Symbols\SynthesizedSymbols\SynthesizedEventDelegateSymbol.vb (1)
408
Debug.Assert(Not container.
IsDelegateType
())