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