3 writes to _lazyType
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\LocalSymbol.vb (3)
111
_lazyType
= type
126
Interlocked.CompareExchange(
_lazyType
, ComputeType(), Nothing)
154
Interlocked.CompareExchange(
_lazyType
, type, Nothing)
10 references to _lazyType
Microsoft.CodeAnalysis.VisualBasic (10)
Symbols\Source\LocalSymbol.vb (10)
125
If
_lazyType
Is Nothing Then
129
Return
_lazyType
136
Return Me.
_lazyType
IsNot Nothing
153
If
_lazyType
Is Nothing Then
157
Debug.Assert(type.Equals(
_lazyType
), "Attempted to set a local variable with a different type")
163
Debug.Assert(
_lazyType
IsNot Nothing)
164
Return
_lazyType
611
Debug.Assert(
_lazyType
IsNot Nothing)
612
Return
_lazyType
878
_lazyType
,