private static void writePreProcessor(string text) { if (_isDisabled) { return; } _debugWriter.WritePreProcessor(text); }
public static void WritePreprocessor(string ex) { if (_runAsDebug) { Console.WriteLine(ex); } if (_writeToWriter) { _debugWriter.WritePreProcessor(ex); } }