Exemple #1
0
 public void Validate(CSharpCompilation compilation, CSharpSyntaxTree tree, SemanticModel model,
                      Assembly assembly)
 {
     Lesson2CommonValidator.ValidateAddTaskProperties(compilation, tree, model, assembly);
 }