1 instantiation of SynthesizedOverridingWithEventsProperty
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2590
Return New
SynthesizedOverridingWithEventsProperty
(baseProperty, Me)
4 references to SynthesizedOverridingWithEventsProperty
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Source\SourceNamedTypeSymbol.vb (4)
43
Private _lazyWithEventsOverrides As ConcurrentDictionary(Of PropertySymbol,
SynthesizedOverridingWithEventsProperty
)
2572
Friend Function GetOrAddWithEventsOverride(baseProperty As PropertySymbol) As
SynthesizedOverridingWithEventsProperty
2576
New ConcurrentDictionary(Of PropertySymbol,
SynthesizedOverridingWithEventsProperty
),
2582
Dim result As
SynthesizedOverridingWithEventsProperty
= Nothing