Example #1
0
 public ProjectFileState CreateProjectFileState()
 {
     return(annotations.Count != 0
         ? ProjectFileState.CreateFromAnnotations(annotations)
         : null);
 }