19 references to VerifyInsertCommentCommand
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (19)
DocumentationComments\DocumentationCommentTests.cs (19)
1492=> VerifyInsertCommentCommand("""
1507=> VerifyInsertCommentCommand("record R$$;", """
1516=> VerifyInsertCommentCommand("record struct R$$;", """
1525=> VerifyInsertCommentCommand("record R$$(string S, int I);", """
1536=> VerifyInsertCommentCommand("class R$$(string S, int I);", """
1547=> VerifyInsertCommentCommand("record struct R$$(string S, int I);", """
1558=> VerifyInsertCommentCommand("struct R$$(string S, int I);", """
1569=> VerifyInsertCommentCommand("""
1587=> VerifyInsertCommentCommand("""
1600=> VerifyInsertCommentCommand("""
1615=> VerifyInsertCommentCommand("""
1634=> VerifyInsertCommentCommand("""
1646=> VerifyInsertCommentCommand("""
1666=> VerifyInsertCommentCommand("""
1680=> VerifyInsertCommentCommand("""
1696=> VerifyInsertCommentCommand(@"$$class C { } class D { }", """
1705=> VerifyInsertCommentCommand(@"class C { } $$class D { }", @"class C { } $$class D { }");
1709=> VerifyInsertCommentCommand("""
1726=> VerifyInsertCommentCommand("""