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