1 write to _lazyInterfaces
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol_Bases.cs (1)
77
if (ImmutableInterlocked.InterlockedCompareExchange(ref
_lazyInterfaces
, acyclicInterfaces, default(ImmutableArray<NamedTypeSymbol>)).IsDefault)
2 references to _lazyInterfaces
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceNamedTypeSymbol_Bases.cs (2)
68
if (
_lazyInterfaces
.IsDefault)
84
return
_lazyInterfaces
;