1 write to _lazyInterfaces
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
487
ImmutableInterlocked.InterlockedCompareExchange(ref
_lazyInterfaces
, MakeAcyclicInterfaces(), default(ImmutableArray<NamedTypeSymbol>));
2 references to _lazyInterfaces
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (2)
485
if (
_lazyInterfaces
.IsDefault)
490
return
_lazyInterfaces
;