示例#1
0
 static Vs16DiagnosticSet()
 {
     All.UnionWith(Vs15DiagnosticSet.All);
 }
示例#2
0
 static Vs15DiagnosticSet()
 {
     All.UnionWith(DiagnosticSet.All);
     All.UnionWith(ModernIssues);
     All.UnionWith(ModernizationTips);
 }