예제 #1
0
 public static MatchingPairs ToMatchingPairs(Match <SyntaxNode> match)
 {
     return(EditAndContinueTestHelpers.ToMatchingPairs(match));
 }
예제 #2
0
 public static MatchingPairs ToMatchingPairs(IEnumerable <KeyValuePair <SyntaxNode, SyntaxNode> > matches)
 {
     return(EditAndContinueTestHelpers.ToMatchingPairs(matches));
 }