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