public PropertiesVisitor(AdminUsernameShouldNotBeLiteralRule parent, List <IDiagnostic> diagnostics, SemanticModel model) { this.parent = parent; this.model = model; this.diagnostics = diagnostics; }
public ResourceVisitor(AdminUsernameShouldNotBeLiteralRule parent, SemanticModel model) { this.parent = parent; this.model = model; }