5 references to _table
Microsoft.CodeAnalysis.CodeStyle (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\EnumerableConditionalWeakTable.cs (5)
58public object WriteLock => _table; 62if (_table.TryGetValue(key, out var box)) 103_table.Add(key, box); 109if (!_table.TryGetValue(key, out var box)) 114Contract.ThrowIfFalse(_table.Remove(key));