4 references to GetOrCreateValue
Microsoft.CodeAnalysis.CSharp (1)
Syntax\InternalSyntax\CSharpSyntaxNode.cs (1)
278
var structsInParent = s_structuresTable.
GetOrCreateValue
(parent);
Microsoft.CodeAnalysis.Workspaces (1)
Diagnostics\HostDiagnosticAnalyzers.cs (1)
301
var box = _skippedHostAnalyzers.
GetOrCreateValue
(project.AnalyzerReferences);
Microsoft.Extensions.AI.Abstractions (1)
Utilities\AIJsonUtilities.Schema.cs (1)
161
ConcurrentDictionary<SchemaGenerationKey, JsonElement> cache = _schemaCaches.
GetOrCreateValue
(options);
System.Windows.Forms.UI.IntegrationTests (1)
Infra\DataCollectionService.cs (1)
142
var logged = s_loggedExceptions.
GetOrCreateValue
(ex);