UnityScript.Scripting.Evaluator.CacheScript C# (CSharp) Method

CacheScript() private method

private CacheScript ( Type type ) : void
type System.Type
return void
        private void CacheScript(Type type)
        {
            if (!IsTainted(this._compilationResult.get_CompileUnit()))
            {
                this.GetEvaluationDomain().CacheScript(this._cacheKey, type);
            }
        }