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