1 instantiation of SynthesizedOverridingWithEventsProperty
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2580
Return New
SynthesizedOverridingWithEventsProperty
(baseProperty, Me)
5 references to SynthesizedOverridingWithEventsProperty
Microsoft.CodeAnalysis.VisualBasic (5)
Compilation\MethodCompiler.vb (1)
1343
Dim prop = TryCast(handledEvent.hookupMethod.AssociatedSymbol,
SynthesizedOverridingWithEventsProperty
)
Symbols\Source\SourceNamedTypeSymbol.vb (4)
43
Private _lazyWithEventsOverrides As ConcurrentDictionary(Of PropertySymbol,
SynthesizedOverridingWithEventsProperty
)
2562
Friend Function GetOrAddWithEventsOverride(baseProperty As PropertySymbol) As
SynthesizedOverridingWithEventsProperty
2566
New ConcurrentDictionary(Of PropertySymbol,
SynthesizedOverridingWithEventsProperty
),
2572
Dim result As
SynthesizedOverridingWithEventsProperty
= Nothing