7 references to _map
Microsoft.CodeAnalysis (7)
Collections\IdentifierCollection.Collection.cs (2)
45
_count = this.IdentifierCollection.
_map
.Values.Sum(o => o is string ? 1 : ((ISet<string>)o).Count);
56
foreach (var obj in this.IdentifierCollection.
_map
.Values)
Collections\IdentifierCollection.cs (5)
52
if (!
_map
.TryGetValue(identifier, out value))
73
_map
[identifier] = new HashSet<string> { identifier, strValue };
90
_map
.Add(identifier, identifier);
112
return
_map
.ContainsKey(identifier);
118
if (
_map
.TryGetValue(identifier, out spellings))