示例#1
0
 public OutputValueVisitor(OutputsShouldNotContainSecretsRule parent, List <IDiagnostic> diagnostics, SemanticModel model)
 {
     this.parent      = parent;
     this.model       = model;
     this.diagnostics = diagnostics;
 }
示例#2
0
 public OutputVisitor(OutputsShouldNotContainSecretsRule parent, SemanticModel model)
 {
     this.parent = parent;
     this.model  = model;
 }