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