Example #1
0
 internal static bool HasDebugDirective(this TokenCollection tokens)
 {
     return(tokens.TryGetDirective("debug", out _));
 }
Example #2
0
 internal static bool HasDebugDirective(this TokenCollection tokens)
 {
     return(tokens.TryGetDirective(Resources.A.Debugger_debug_lc, out _));
 }