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