9 references to GetOrCreateValue
ILCompiler.ReadyToRun (2)
IL\Stubs\PInvokeILEmitter.cs (1)
61var contextMethods = s_contexts.GetOrCreateValue(targetMethod.Context);
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
720DeterminismData data = _determinismTable.GetOrCreateValue(MethodBeingCompiled);
Microsoft.CodeAnalysis.CSharp (1)
Syntax\InternalSyntax\CSharpSyntaxNode.cs (1)
293var structsInParent = s_structuresTable.GetOrCreateValue(parent);
Microsoft.CodeAnalysis.Features.ExternalAccess (1)
Copilot\Internal\Analyzer\AbstractCopilotCodeAnalysisService.cs (1)
126var diagnosticsMap = _diagnosticsCache.GetOrCreateValue(document);
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\LegacySyntaxNodeExtensions.cs (2)
260var spanData = s_spanDataTable.GetOrCreateValue(node); 297var spanData = s_spanDataTable.GetOrCreateValue(node);
Microsoft.CodeAnalysis.Workspaces (1)
Diagnostics\HostDiagnosticAnalyzers.cs (1)
336var box = _skippedHostAnalyzers.GetOrCreateValue(project.AnalyzerReferences);
Microsoft.Extensions.AI.Abstractions (1)
Functions\AIFunctionFactory.cs (1)
720ConcurrentDictionary<DescriptorKey, ReflectionAIFunctionDescriptor> innerCache = _descriptorCache.GetOrCreateValue(serializerOptions);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (1)
858List<ManagedObjectWrapperHolder> allWrappersForThisInstance = s_allManagedObjectWrapperTable.GetOrCreateValue(instance);