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