1 write to _lazyBounds
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PETypeParameterSymbol.cs (1)
693
Interlocked.CompareExchange(ref
_lazyBounds
, bounds, TypeParameterBounds.Unset);
3 references to _lazyBounds
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PETypeParameterSymbol.cs (3)
606
if (!
_lazyBounds
.IsSet())
662
if (
_lazyBounds
== TypeParameterBounds.Unset)
697
return
_lazyBounds
;