1 write to _lazyInterfaces
Microsoft.CodeAnalysis.CSharp (1)
Symbols\NativeIntegerTypeSymbol.cs (1)
221
ImmutableInterlocked.InterlockedInitialize(ref
_lazyInterfaces
, interfaces);
2 references to _lazyInterfaces
Microsoft.CodeAnalysis.CSharp (2)
Symbols\NativeIntegerTypeSymbol.cs (2)
218
if (
_lazyInterfaces
.IsDefault)
223
return
_lazyInterfaces
;