1 write to _cachedResult
NuGet.Commands (1)
RestoreCommand\VulnerabilityInformationProvider.cs (1)
45
_cachedResult
= await GetVulnerabilityInfoAsync(cancellationToken);
5 references to _cachedResult
NuGet.Commands (5)
RestoreCommand\VulnerabilityInformationProvider.cs (5)
31
if (
_cachedResult
is not null)
33
return
_cachedResult
;
40
if (
_cachedResult
is not null)
42
return
_cachedResult
;
48
return
_cachedResult
;