5 references to FromPath
Microsoft.NET.Sdk.WorkloadManifestReader (2)
SdkDirectoryWorkloadManifestProvider.cs (2)
187
var installState = InstallStateContents.
FromPath
(_installStateFilePath);
271
var installState = InstallStateContents.
FromPath
(installStateFilePath)!;
Microsoft.NET.Sdk.WorkloadManifestReader.Tests (3)
SdkDirectoryWorkloadManifestProviderTests.cs (3)
51
var installState = InstallStateContents.
FromPath
(installStateFilePath);
458
var installState = InstallStateContents.
FromPath
(installStateFilePath);
1303
var installState = InstallStateContents.
FromPath
(installStateFilePath);