1 write to _lazyBounds
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceTypeParameterSymbol.cs (1)
231
if (ReferenceEquals(Interlocked.CompareExchange(ref
_lazyBounds
, bounds, TypeParameterBounds.Unset), TypeParameterBounds.Unset))
3 references to _lazyBounds
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceTypeParameterSymbol.cs (3)
210
if (!
_lazyBounds
.IsSet())
226
if (!
_lazyBounds
.IsSet())
243
return
_lazyBounds
;