Boo.Lang.Compiler.Steps.InitializeNameResolutionService.GetLocation C# (CSharp) 메소드

GetLocation() 개인적인 메소드

private GetLocation ( Assembly asm ) : string
asm Assembly
리턴 string
        string GetLocation(Assembly asm)
        {
            try { return asm.Location; } catch (Exception /*ignored*/) {}
            return "location unavailable";
        }