3 references to ReadProfileSettingsFromFile
dotnet (2)
Commands\Run\CommonRunHelpers.cs (1)
162
return LaunchSettings.
ReadProfileSettingsFromFile
(launchSettingsPath, launchProfile);
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
692
var result = LaunchSettings.
ReadProfileSettingsFromFile
(launchSettingsPath, profileName);
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Run\CommonRunHelpers.cs (1)
162
return LaunchSettings.
ReadProfileSettingsFromFile
(launchSettingsPath, launchProfile);