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)
182
Dim eventType = TryCast(_event.
Type
, NamedTypeSymbol)
209
Dim eventType = _event.
Type
Symbols\Source\SourceEventSymbol.vb (5)
61
Dim unused =
Type
' Ensure lazy state is computed.
291
Dim type = Me.
Type
749
Dim type = Me.
Type
781
If Me.
Type
.ContainsTupleNames() Then
782
AddSynthesizedAttribute(attributes, DeclaringCompilation.SynthesizeTupleNamesAttribute(
Type
))
Symbols\Source\SynthesizedEventAccessorSymbol.vb (3)
58
parameterType = SourceEvent.
Type
273
If Not eventSymbol.
Type
.IsDelegateType() Then
278
Dim delegateType As TypeSymbol = eventSymbol.
Type
Symbols\Source\SynthesizedEventBackingFieldSymbol.vb (1)
39
Dim result = _propertyOrEvent.
Type