Base:
property
Type
Microsoft.CodeAnalysis.VisualBasic.Symbols.EventSymbol.Type
13 references to Type
Microsoft.CodeAnalysis.VisualBasic (12)
Compilation\DocumentationComments\DocumentationCommentCompiler.Event.vb (1)
72
Dim delegateType = TryCast([event].
Type
, NamedTypeSymbol)
Symbols\Source\CustomEventAccessorSymbol.vb (2)
182
Dim eventType = TryCast(_event.
Type
, NamedTypeSymbol)
209
Dim eventType = _event.
Type
Symbols\Source\SourceEventSymbol.vb (5)
60
Dim unused =
Type
' Ensure lazy state is computed.
289
Dim type = Me.
Type
747
Dim unusedType = Me.
Type
770
If Me.
Type
.ContainsTupleNames() Then
771
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
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
SymbolsTests\Retargeting\RetargetingTests.vb (1)
2183
CheckTypes(CType(sourceType.GetMember("xEvent"), SourceEventSymbol).
Type
, CType(retargetingType.GetMember("xEvent"), RetargetingEventSymbol).Type)