Boo.Lang.Compiler.Steps.InitializeNameResolutionService.GetLocation C# (CSharp) Method

GetLocation() private method

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