1 write to _optimisticallyGrantedInternalsAccess
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceAssemblySymbol.cs (1)
2138
Interlocked.CompareExchange(ref
_optimisticallyGrantedInternalsAccess
, new ConcurrentDictionary<AssemblySymbol, bool>(), null);
3 references to _optimisticallyGrantedInternalsAccess
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceAssemblySymbol.cs (3)
2084
ConcurrentDictionary<AssemblySymbol, bool> haveGrantedAssemblies =
_optimisticallyGrantedInternalsAccess
;
2137
if (
_optimisticallyGrantedInternalsAccess
== null)
2140
_optimisticallyGrantedInternalsAccess
.TryAdd(potentialGiverOfAccess, true);