コード例 #1
0
 public virtual bool ShouldWriteDebug()
 {
     return(_Writer != null && _Writer.ShouldWriteDebug());
 }
コード例 #2
0
ファイル: PipelineWriter.cs プロジェクト: Hadisalman/PSRule
 public virtual bool ShouldWriteDebug()
 {
     return(_Writer != null?_Writer.ShouldWriteDebug() : true);
 }