1 write to _lazyGetCachedDiagnosticsAsyncDelegate
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\Analyzer\CSharp\CSharpCopilotCodeAnalysisService.ReflectionWrapper.cs (1)
77
_lazyGetCachedDiagnosticsAsyncDelegate
= new(CreateGetCachedDiagnosticsAsyncDelegate, LazyThreadSafetyMode.PublicationOnly);
2 references to _lazyGetCachedDiagnosticsAsyncDelegate
Microsoft.CodeAnalysis.ExternalAccess.Copilot (2)
Internal\Analyzer\CSharp\CSharpCopilotCodeAnalysisService.ReflectionWrapper.cs (2)
148
if (
_lazyGetCachedDiagnosticsAsyncDelegate
.Value is null)
151
return await
_lazyGetCachedDiagnosticsAsyncDelegate
.Value(document, promptTitle, cancellationToken).ConfigureAwait(false);