Example #1
0
 public static Location AsLoggingLocation(this LineInfo lineInfo, ModuleLiteral moduleLiteral, ImmutableContextBase context)
 {
     return(lineInfo.AsUniversalLocation(moduleLiteral, context).AsLoggingLocation());
 }