1 write to _namespaceNames
Microsoft.CodeAnalysis.CSharp (1)
Declarations\DeclarationTable.cs (1)
228
Interlocked.CompareExchange(ref
_namespaceNames
, GetMergedNamespaceNames(), comparand: null);
2 references to _namespaceNames
Microsoft.CodeAnalysis.CSharp (2)
Declarations\DeclarationTable.cs (2)
227
if (
_namespaceNames
is null)
230
return
_namespaceNames
;