2 references to ReadProfileSettingsFromFile
dotnet (2)
Commands\Run\RunCommand.cs (1)
465
return LaunchSettings.
ReadProfileSettingsFromFile
(launchSettingsPath, LaunchProfile);
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
409
var result = LaunchSettings.
ReadProfileSettingsFromFile
(launchSettingsPath, profileName);