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