8 references to GetInstance
Test.Utilities (8)
AggregateCategorizedAnalyzerConfigOptions.cs (1)
67
var perTreeOptionsBuilder = PooledDictionary<SyntaxTree, Lazy<SyntaxTreeCategorizedAnalyzerConfigOptions>>.
GetInstance
();
PooledDictionary.cs (1)
103
var instance =
GetInstance
(keyComparer);
SymbolNamesWithValueOption.cs (5)
87
var namesBuilder = PooledDictionary<string, TValue>.
GetInstance
();
88
var symbolsBuilder = PooledDictionary<ISymbol, TValue>.
GetInstance
();
89
var wildcardNamesBuilder = PooledDictionary<SymbolKind, PooledDictionary<string, TValue>>.
GetInstance
();
148
associatedValues = PooledDictionary<string, TValue>.
GetInstance
();
171
associatedValues = PooledDictionary<string, TValue>.
GetInstance
();
TemporaryDictionary`2.cs (1)
39
var newStorage = PooledDictionary<TKey, TValue>.
GetInstance
();