1 reference to LazyGetProperty
Microsoft.CodeAnalysis.VisualBasic (1)
BoundTree\BoundAnonymousTypePropertyAccess.vb (1)
13
Private ReadOnly _lazyPropertySymbol As New Lazy(Of PropertySymbol)(AddressOf
LazyGetProperty
)