1 write to _lazyInterfaces
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Retargeting\RetargetingNamedTypeSymbol.cs (1)
317
ImmutableInterlocked.InterlockedCompareExchange(ref
_lazyInterfaces
, result, default(ImmutableArray<NamedTypeSymbol>));
2 references to _lazyInterfaces
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Retargeting\RetargetingNamedTypeSymbol.cs (2)
305
if (
_lazyInterfaces
.IsDefault)
320
return
_lazyInterfaces
;