Boo.Lang.Compiler.Steps.ProcessMethodBodies.ClearResolutionCacheFor C# (CSharp) Method

ClearResolutionCacheFor() protected method

protected ClearResolutionCacheFor ( string name ) : void
name string
return void
        protected void ClearResolutionCacheFor(string name)
        {
            NameResolutionService.ClearResolutionCacheFor(name);
        }
ProcessMethodBodies