1 write to _singletonCache
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\LambdaRewriter\LambdaFrame.vb (1)
70
Me.
_singletonCache
= New SynthesizedLambdaCacheFieldSymbol(Me, Me, Me, cacheVariableName, topLevelMethod, Accessibility.Public, isReadOnly:=True, isShared:=True)
5 references to _singletonCache
Microsoft.CodeAnalysis.VisualBasic (5)
Lowering\LambdaRewriter\LambdaFrame.vb (5)
143
members = members.AddRange(ImmutableArray.Create(Of Symbol)(_constructor, _sharedConstructor,
_singletonCache
))
165
Return
_singletonCache
171
Return
_singletonCache
IsNot Nothing
176
If
_singletonCache
Is Nothing Then
179
Return DirectCast(CapturedLocals, IEnumerable(Of FieldSymbol)).Concat(Me.
_singletonCache
)