@@ -450,7 +450,7 @@ private async Task TestTypeDeclarationDocumentationAsync(string type, string mod
450450
451451 DiagnosticResult [ ] expected =
452452 {
453- this . CSharpDiagnostic ( ) . WithLocation ( 3 , 1 )
453+ this . CSharpDiagnostic ( ) . WithLocation ( 3 , 1 ) ,
454454 } ;
455455
456456 await this . VerifyCSharpDiagnosticAsync ( string . Format ( hasDocumentation ? testCodeWithDocumentation : testCodeWithoutDocumentation , modifiers , type ) , requiresDiagnostic ? expected : EmptyDiagnosticResults , CancellationToken . None ) . ConfigureAwait ( false ) ;
@@ -483,7 +483,7 @@ public class OuterClass
483483
484484 DiagnosticResult [ ] expected =
485485 {
486- this . CSharpDiagnostic ( ) . WithLocation ( 8 , 5 )
486+ this . CSharpDiagnostic ( ) . WithLocation ( 8 , 5 ) ,
487487 } ;
488488
489489 await this . VerifyCSharpDiagnosticAsync ( string . Format ( hasDocumentation ? testCodeWithDocumentation : testCodeWithoutDocumentation , modifiers , type ) , requiresDiagnostic ? expected : EmptyDiagnosticResults , CancellationToken . None ) . ConfigureAwait ( false ) ;
@@ -500,7 +500,7 @@ private async Task TestDelegateDeclarationDocumentationAsync(string modifiers, b
500500
501501 DiagnosticResult [ ] expected =
502502 {
503- this . CSharpDiagnostic ( ) . WithLocation ( 3 , 1 )
503+ this . CSharpDiagnostic ( ) . WithLocation ( 3 , 1 ) ,
504504 } ;
505505
506506 await this . VerifyCSharpDiagnosticAsync ( string . Format ( hasDocumentation ? testCodeWithDocumentation : testCodeWithoutDocumentation , modifiers ) , requiresDiagnostic ? expected : EmptyDiagnosticResults , CancellationToken . None ) . ConfigureAwait ( false ) ;
@@ -529,7 +529,7 @@ public class OuterClass
529529
530530 DiagnosticResult [ ] expected =
531531 {
532- this . CSharpDiagnostic ( ) . WithLocation ( 8 , 5 )
532+ this . CSharpDiagnostic ( ) . WithLocation ( 8 , 5 ) ,
533533 } ;
534534
535535 await this . VerifyCSharpDiagnosticAsync ( string . Format ( hasDocumentation ? testCodeWithDocumentation : testCodeWithoutDocumentation , modifiers ) , requiresDiagnostic ? expected : EmptyDiagnosticResults , CancellationToken . None ) . ConfigureAwait ( false ) ;
@@ -570,7 +570,7 @@ public interface IInterface {{ void MemberName(); }}
570570
571571 DiagnosticResult [ ] expected =
572572 {
573- this . CSharpDiagnostic ( ) . WithLocation ( 8 , 5 )
573+ this . CSharpDiagnostic ( ) . WithLocation ( 8 , 5 ) ,
574574 } ;
575575
576576 string explicitInterfaceText = isExplicitInterfaceMethod ? " IInterface." : string . Empty ;
@@ -600,7 +600,7 @@ public interface InterfaceName
600600
601601 DiagnosticResult [ ] expected =
602602 {
603- this . CSharpDiagnostic ( ) . WithLocation ( 8 , 5 )
603+ this . CSharpDiagnostic ( ) . WithLocation ( 8 , 5 ) ,
604604 } ;
605605
606606 await this . VerifyCSharpDiagnosticAsync ( hasDocumentation ? testCodeWithDocumentation : testCodeWithoutDocumentation , ! hasDocumentation ? expected : EmptyDiagnosticResults , CancellationToken . None ) . ConfigureAwait ( false ) ;
@@ -635,7 +635,7 @@ string MemberName
635635
636636 DiagnosticResult [ ] expected =
637637 {
638- this . CSharpDiagnostic ( ) . WithLocation ( 8 , 12 )
638+ this . CSharpDiagnostic ( ) . WithLocation ( 8 , 12 ) ,
639639 } ;
640640
641641 await this . VerifyCSharpDiagnosticAsync ( hasDocumentation ? testCodeWithDocumentation : testCodeWithoutDocumentation , ! hasDocumentation ? expected : EmptyDiagnosticResults , CancellationToken . None ) . ConfigureAwait ( false ) ;
@@ -664,7 +664,7 @@ public interface InterfaceName
664664
665665 DiagnosticResult [ ] expected =
666666 {
667- this . CSharpDiagnostic ( ) . WithLocation ( 8 , 25 )
667+ this . CSharpDiagnostic ( ) . WithLocation ( 8 , 25 ) ,
668668 } ;
669669
670670 await this . VerifyCSharpDiagnosticAsync ( hasDocumentation ? testCodeWithDocumentation : testCodeWithoutDocumentation , ! hasDocumentation ? expected : EmptyDiagnosticResults , CancellationToken . None ) . ConfigureAwait ( false ) ;
@@ -693,7 +693,7 @@ public interface InterfaceName
693693
694694 DiagnosticResult [ ] expected =
695695 {
696- this . CSharpDiagnostic ( ) . WithLocation ( 8 , 5 )
696+ this . CSharpDiagnostic ( ) . WithLocation ( 8 , 5 ) ,
697697 } ;
698698
699699 await this . VerifyCSharpDiagnosticAsync ( hasDocumentation ? testCodeWithDocumentation : testCodeWithoutDocumentation , ! hasDocumentation ? expected : EmptyDiagnosticResults , CancellationToken . None ) . ConfigureAwait ( false ) ;
@@ -726,7 +726,7 @@ public class OuterClass
726726
727727 DiagnosticResult [ ] expected =
728728 {
729- this . CSharpDiagnostic ( ) . WithLocation ( 8 , 5 )
729+ this . CSharpDiagnostic ( ) . WithLocation ( 8 , 5 ) ,
730730 } ;
731731
732732 await this . VerifyCSharpDiagnosticAsync ( string . Format ( hasDocumentation ? testCodeWithDocumentation : testCodeWithoutDocumentation , modifiers ) , requiresDiagnostic ? expected : EmptyDiagnosticResults , CancellationToken . None ) . ConfigureAwait ( false ) ;
@@ -757,7 +757,7 @@ public class OuterClass
757757
758758 DiagnosticResult [ ] expected =
759759 {
760- this . CSharpDiagnostic ( ) . WithLocation ( 7 , 6 )
760+ this . CSharpDiagnostic ( ) . WithLocation ( 7 , 6 ) ,
761761 } ;
762762
763763 await this . VerifyCSharpDiagnosticAsync ( string . Format ( hasDocumentation ? testCodeWithDocumentation : testCodeWithoutDocumentation ) , requiresDiagnostic ? expected : EmptyDiagnosticResults , CancellationToken . None ) . ConfigureAwait ( false ) ;
@@ -796,7 +796,7 @@ public interface IInterface {{ string MemberName {{ get; set; }} }}
796796
797797 DiagnosticResult [ ] expected =
798798 {
799- this . CSharpDiagnostic ( ) . WithLocation ( 9 , 5 )
799+ this . CSharpDiagnostic ( ) . WithLocation ( 9 , 5 ) ,
800800 } ;
801801
802802 string explicitInterfaceText = isExplicitInterfaceProperty ? " IInterface." : string . Empty ;
@@ -836,7 +836,7 @@ public interface IInterface {{ string this[string key] {{ get; set; }} }}
836836
837837 DiagnosticResult [ ] expected =
838838 {
839- this . CSharpDiagnostic ( ) . WithLocation ( 9 , 5 )
839+ this . CSharpDiagnostic ( ) . WithLocation ( 9 , 5 ) ,
840840 } ;
841841
842842 string explicitInterfaceText = isExplicitInterfaceIndexer ? " IInterface." : string . Empty ;
@@ -898,7 +898,7 @@ public interface IInterface {{ event System.Action MyEvent; }}
898898
899899 DiagnosticResult [ ] expected =
900900 {
901- this . CSharpDiagnostic ( ) . WithLocation ( 10 , 5 )
901+ this . CSharpDiagnostic ( ) . WithLocation ( 10 , 5 ) ,
902902 } ;
903903
904904 string explicitInterfaceText = isExplicitInterfaceEvent ? " IInterface." : string . Empty ;
@@ -928,7 +928,7 @@ public class OuterClass
928928
929929 DiagnosticResult [ ] expected =
930930 {
931- this . CSharpDiagnostic ( ) . WithLocation ( 8 , 19 )
931+ this . CSharpDiagnostic ( ) . WithLocation ( 8 , 19 ) ,
932932 } ;
933933
934934 await this . VerifyCSharpDiagnosticAsync ( string . Format ( hasDocumentation ? testCodeWithDocumentation : testCodeWithoutDocumentation , modifiers ) , requiresDiagnostic ? expected : EmptyDiagnosticResults , CancellationToken . None ) . ConfigureAwait ( false ) ;
@@ -957,7 +957,7 @@ public class OuterClass
957957
958958 DiagnosticResult [ ] expected =
959959 {
960- this . CSharpDiagnostic ( ) . WithLocation ( 8 , 19 )
960+ this . CSharpDiagnostic ( ) . WithLocation ( 8 , 19 ) ,
961961 } ;
962962
963963 await this . VerifyCSharpDiagnosticAsync ( string . Format ( hasDocumentation ? testCodeWithDocumentation : testCodeWithoutDocumentation , modifiers ) , requiresDiagnostic ? expected : EmptyDiagnosticResults , CancellationToken . None ) . ConfigureAwait ( false ) ;
0 commit comments