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