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