19 references to VerifyInsertCommentCommand
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (19)
DocumentationComments\DocumentationCommentTests.cs (19)
1472=> VerifyInsertCommentCommand("""
1487=> VerifyInsertCommentCommand("record R$$;", """
1496=> VerifyInsertCommentCommand("record struct R$$;", """
1505=> VerifyInsertCommentCommand("record R$$(string S, int I);", """
1516=> VerifyInsertCommentCommand("class R$$(string S, int I);", """
1527=> VerifyInsertCommentCommand("record struct R$$(string S, int I);", """
1538=> VerifyInsertCommentCommand("struct R$$(string S, int I);", """
1549=> VerifyInsertCommentCommand("""
1567=> VerifyInsertCommentCommand("""
1580=> VerifyInsertCommentCommand("""
1595=> VerifyInsertCommentCommand("""
1614=> VerifyInsertCommentCommand("""
1626=> VerifyInsertCommentCommand("""
1646=> VerifyInsertCommentCommand("""
1660=> VerifyInsertCommentCommand("""
1676=> VerifyInsertCommentCommand(@"$$class C { } class D { }", """
1685=> VerifyInsertCommentCommand(@"class C { } $$class D { }", @"class C { } $$class D { }");
1689=> VerifyInsertCommentCommand("""
1706=> VerifyInsertCommentCommand("""