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)
182Dim eventType = TryCast(_event.Type, NamedTypeSymbol) 209Dim eventType = _event.Type
Symbols\Source\SourceEventSymbol.vb (5)
61Dim unused = Type ' Ensure lazy state is computed. 291Dim type = Me.Type 749Dim type = Me.Type 781If Me.Type.ContainsTupleNames() Then 782AddSynthesizedAttribute(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