5 references to AddOrUpdate
GenerateDocumentationAndConfigFiles (1)
src\Compilers\Core\Portable\InternalUtilities\ConcurrentDictionaryExtensions.cs (1)
53
return dictionary.
AddOrUpdate
(key, addValueFactory, updateValueFactory, factoryArgument);
Microsoft.CodeAnalysis (1)
InternalUtilities\ConcurrentDictionaryExtensions.cs (1)
53
return dictionary.
AddOrUpdate
(key, addValueFactory, updateValueFactory, factoryArgument);
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilation.cs (1)
2483
dictionary.
AddOrUpdate
((contentHash, position),
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\InternalUtilities\ConcurrentDictionaryExtensions.cs (1)
53
return dictionary.
AddOrUpdate
(key, addValueFactory, updateValueFactory, factoryArgument);
Test.Utilities (1)
src\Compilers\Core\Portable\InternalUtilities\ConcurrentDictionaryExtensions.cs (1)
53
return dictionary.
AddOrUpdate
(key, addValueFactory, updateValueFactory, factoryArgument);