1 write to _lazySpecialTypes
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\MetadataOrSourceAssemblySymbol.vb (1)
77Interlocked.CompareExchange(_lazySpecialTypes,
7 references to _lazySpecialTypes
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\MetadataOrSourceAssemblySymbol.vb (7)
47If _lazySpecialTypes Is Nothing OrElse _lazySpecialTypes(type) Is Nothing Then 61Return _lazySpecialTypes(type) 76If (_lazySpecialTypes Is Nothing) Then 81If (Interlocked.CompareExchange(_lazySpecialTypes(typeId), corType, Nothing) IsNot Nothing) Then 82Debug.Assert(corType Is _lazySpecialTypes(typeId) OrElse 84_lazySpecialTypes(typeId).Kind = SymbolKind.ErrorType))