5 references to IsModuleType
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\Source\ImplementsHelper.vb (1)
111
ElseIf container.
IsModuleType
Then
Symbols\Source\SourceEventSymbol.vb (1)
263
ElseIf IsShared AndAlso Not _containingType.
IsModuleType
Then
Symbols\Source\SourceMemberMethodSymbol.vb (2)
395
If Me.IsShared And Not ContainingType.
IsModuleType
Then
611
If Me.ContainingType.
IsModuleType
AndAlso singleHandleClause.EventContainer.Kind <> SyntaxKind.WithEventsEventContainer Then
Symbols\Source\SourcePropertySymbol.vb (1)
1109
If prop.IsShared And Not containingType.
IsModuleType
Then