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