Base:
property
Type
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbols.EventSymbol.Type
11 references to Type
Microsoft.CodeAnalysis.VisualBasic (11)
Symbols\Source\CustomEventAccessorSymbol.vb (2)
183Dim eventType = TryCast(_event.Type, NamedTypeSymbol) 210Dim eventType = _event.Type
Symbols\Source\SourceEventSymbol.vb (5)
62Dim unused = Type ' Ensure lazy state is computed. 292Dim type = Me.Type 750Dim type = Me.Type 782If Me.Type.ContainsTupleNames() Then 783AddSynthesizedAttribute(attributes, DeclaringCompilation.SynthesizeTupleNamesAttribute(Type))
Symbols\Source\SynthesizedEventAccessorSymbol.vb (3)
58parameterType = SourceEvent.Type 273If Not eventSymbol.Type.IsDelegateType() Then 278Dim delegateType As TypeSymbol = eventSymbol.Type
Symbols\Source\SynthesizedEventBackingFieldSymbol.vb (1)
39Dim result = _propertyOrEvent.Type