7 references to GetInstance
Test.Utilities (7)
src\Dependencies\PooledObjects\PooledDictionary.cs (1)
65
instance =
GetInstance
();
src\RoslynAnalyzers\Utilities\Compiler\Options\AggregateCategorizedAnalyzerConfigOptions.cs (1)
70
var perTreeOptionsBuilder = PooledDictionary<SyntaxTree, Lazy<SyntaxTreeCategorizedAnalyzerConfigOptions>>.
GetInstance
();
src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (5)
89
var namesBuilder = PooledDictionary<string, TValue>.
GetInstance
();
90
var symbolsBuilder = PooledDictionary<ISymbol, TValue>.
GetInstance
();
91
var wildcardNamesBuilder = PooledDictionary<SymbolKind, PooledDictionary<string, TValue>>.
GetInstance
();
150
associatedValues = PooledDictionary<string, TValue>.
GetInstance
();
173
associatedValues = PooledDictionary<string, TValue>.
GetInstance
();