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