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