ScriptCs.Engine.Roslyn.CSharpScriptInMemoryEngine.LoadAssemblyFromCache C# (CSharp) Method

LoadAssemblyFromCache() protected method

protected LoadAssemblyFromCache ( ) : Assembly
return System.Reflection.Assembly
        protected override Assembly LoadAssemblyFromCache()
        {
            throw new NotImplementedException("Reaching this point indicates a bug. The CSharpScriptInMemoryEngine should never load the assembly from the cache.");
        }