1 write to _allInterfaces
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PublicModel\TypeSymbol.cs (1)
117
ImmutableInterlocked.InterlockedInitialize(ref
_allInterfaces
, UnderlyingTypeSymbol.AllInterfacesNoUseSiteDiagnostics.GetPublicSymbols());
2 references to _allInterfaces
Microsoft.CodeAnalysis.CSharp (2)
Symbols\PublicModel\TypeSymbol.cs (2)
115
if (
_allInterfaces
.IsDefault)
120
return
_allInterfaces
;