private static ComputerResource GetResourceType() { return((ComputerResource)LogicalCallContext.GetData(nameof(ComputerResource))); }
internal static string GetFileName() { return(LogicalCallContext.GetData(nameof(LoggerFileScope)) as string); }
private static object[] GetCurrentContextRaw() { return(LogicalCallContext.GetData(AMBCTX_NAME) as object[]); }