1 write to _lazyWellKnownTypes
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\WellKnownMembers.vb (1)
372
Interlocked.CompareExchange(
_lazyWellKnownTypes
,
7 references to _lazyWellKnownTypes
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\WellKnownMembers.vb (7)
370
If
_lazyWellKnownTypes
Is Nothing OrElse
_lazyWellKnownTypes
(index) Is Nothing Then
371
If (
_lazyWellKnownTypes
Is Nothing) Then
409
If (Interlocked.CompareExchange(
_lazyWellKnownTypes
(index), result, Nothing) IsNot Nothing) Then
410
Debug.Assert(result Is
_lazyWellKnownTypes
(index) OrElse
411
(
_lazyWellKnownTypes
(index).IsErrorType() AndAlso result.IsErrorType()))
416
Return
_lazyWellKnownTypes
(index)