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