2 writes to _installStateFilePath
Microsoft.NET.Sdk.WorkloadManifestReader (2)
SdkDirectoryWorkloadManifestProvider.cs (2)
147
_installStateFilePath
= null;
205
_installStateFilePath
= Path.Combine(WorkloadInstallType.GetInstallStateFolder(_sdkVersionBand, _sdkOrUserLocalPath), "default.json");
3 references to _installStateFilePath
Microsoft.NET.Sdk.WorkloadManifestReader (3)
SdkDirectoryWorkloadManifestProvider.cs (3)
206
var installState = InstallStateContents.FromPath(
_installStateFilePath
);
213
throw new FileNotFoundException(string.Format(Strings.WorkloadVersionFromInstallStateNotFound, installState.WorkloadVersion,
_installStateFilePath
));
437
throw new FileNotFoundException(string.Format(Strings.ManifestFromInstallStateNotFound, manifestSpecifier.ToString(),
_installStateFilePath
));