4 references to TryUpdate
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilation.cs (1)
2783
_lazyImportInfos.
TryUpdate
(new ImportInfo(syntax.SyntaxTree, syntax.Kind(), syntax.Span), dependencies, default);
Microsoft.Extensions.Caching.Memory (2)
MemoryCache.cs (2)
750
=> key is string s ? _stringEntries.
TryUpdate
(s, entry, comparison) : _nonStringEntries.
TryUpdate
(key, entry, comparison);
System.Xaml (1)
System\Xaml\XamlSchemaContext.cs (1)
1229
if (dictionary.
TryUpdate
(key, value, comparand))