3 writes to _typesByNS
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PENestedNamespaceSymbol.cs (3)
81
_typesByNS
= typesByNS;
128
var typesByNS = Volatile.Read(ref
_typesByNS
);
137
Interlocked.Exchange(ref
_typesByNS
, null);