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