2 writes to _exportsMap
Microsoft.CodeAnalysis.Remote.Workspaces (2)
VisualStudioMefHostServices.cs (2)
49
exports = ImmutableInterlocked.GetOrAdd(ref
_exportsMap
, key, _ =>
66
exports = ImmutableInterlocked.GetOrAdd(ref
_exportsMap
, key, _ =>
2 references to _exportsMap
Microsoft.CodeAnalysis.Remote.Workspaces (2)
VisualStudioMefHostServices.cs (2)
47
if (!
_exportsMap
.TryGetValue(key, out var exports))
64
if (!
_exportsMap
.TryGetValue(key, out var exports))