1 write to _lazySynthesizedNamespaceMembers
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
1023
Interlocked.CompareExchange(ref
_lazySynthesizedNamespaceMembers
, new ConcurrentDictionary<INamespaceSymbolInternal, ConcurrentQueue<INamespaceOrTypeSymbolInternal>>(), null);
3 references to _lazySynthesizedNamespaceMembers
Microsoft.CodeAnalysis (3)
Emit\CommonPEModuleBuilder.cs (3)
1021
if (
_lazySynthesizedNamespaceMembers
== null)
1026
_lazySynthesizedNamespaceMembers
.GetOrAdd(container, _ => new ConcurrentQueue<INamespaceOrTypeSymbolInternal>()).Enqueue(typeOrNamespace);
1056
var namespaceMembers =
_lazySynthesizedNamespaceMembers
;