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