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