Skip to content

Commit

Permalink
Add doc comment for GetSystemSdkDirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
khyperia committed Nov 14, 2017
1 parent f7594c5 commit 26b7073
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Compilers/Shared/BuildClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ internal abstract class BuildClient
{
protected static bool IsRunningOnWindows => Path.DirectorySeparatorChar == '\\';

/// <summary>
/// Returns the directory that contains mscorlib, or null when running on CoreCLR.
/// </summary>
public static string GetSystemSdkDirectory()
{
if (CoreClrShim.IsRunningOnCoreClr)
Expand Down

0 comments on commit 26b7073

Please sign in to comment.