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