1 instantiation of SynthesizedOverridingWithEventsProperty
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2661
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
)
2643
Friend Function GetOrAddWithEventsOverride(baseProperty As PropertySymbol) As
SynthesizedOverridingWithEventsProperty
2647
New ConcurrentDictionary(Of PropertySymbol,
SynthesizedOverridingWithEventsProperty
),
2653
Dim result As
SynthesizedOverridingWithEventsProperty
= Nothing