1 write to allInterfaces
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypeSymbol.cs (1)
327
ImmutableInterlocked.InterlockedInitialize(ref info.
allInterfaces
, MakeAllInterfaces());
3 references to allInterfaces
Microsoft.CodeAnalysis.CSharp (3)
Symbols\TypeSymbol.cs (3)
89
return
allInterfaces
.IsDefault &&
325
if (info.
allInterfaces
.IsDefault)
330
return info.
allInterfaces
;