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