1 write to _cachedResult
NuGet.Commands (1)
RestoreCommand\VulnerabilityInformationProvider.cs (1)
46
_cachedResult
= await GetVulnerabilityInfoAsync(cancellationToken);
5 references to _cachedResult
NuGet.Commands (5)
RestoreCommand\VulnerabilityInformationProvider.cs (5)
32
if (
_cachedResult
is not null)
34
return
_cachedResult
;
41
if (
_cachedResult
is not null)
43
return
_cachedResult
;
49
return
_cachedResult
;