Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.cs')
-rw-r--r--src/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.cs b/src/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.cs
index 6ad477ead..161de82ae 100644
--- a/src/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.cs
+++ b/src/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.cs
@@ -34,6 +34,9 @@ namespace System.Runtime.Loader
{
throw new PlatformNotSupportedException();
}
+
+ public void SetProfileOptimizationRoot(string directoryPath) { }
+ public void StartProfileOptimization(string profile) { }
}
/// <summary>