private static bool IsRootPattern(INamedElementSchema current)
 {
     return current is IPatternSchema && current.Parent == null;
 }
Example #2
0
 private static bool IsRootPattern(INamedElementSchema current)
 {
     return(current is IPatternSchema && current.Parent == null);
 }