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