Base:
property
ItemToCommit
Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.Completion.CompletionProviders.Snippets.AbstractCSharpSnippetCompletionProviderTests.ItemToCommit
19 references to ItemToCommit
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (19)
Completion\CompletionProviders\Snippets\CSharpConsoleSnippetCompletionProviderTests.cs (19)
41await VerifyCustomCommitProviderAsync(markupBeforeCommit, ItemToCommit, expectedCodeAfterCommit); 66await VerifyCustomCommitProviderAsync(markupBeforeCommit, ItemToCommit, expectedCodeAfterCommit); 91await VerifyCustomCommitProviderAsync(markupBeforeCommit, ItemToCommit, expectedCodeAfterCommit); 109await VerifyItemIsAbsentAsync(markupBeforeCommit, ItemToCommit); 126await VerifyItemIsAbsentAsync(markupBeforeCommit, ItemToCommit); 153await VerifyCustomCommitProviderAsync(markupBeforeCommit, ItemToCommit, expectedCodeAfterCommit); 186await VerifyCustomCommitProviderAsync(markupBeforeCommit, ItemToCommit, expectedCodeAfterCommit); 215await VerifyCustomCommitProviderAsync(markupBeforeCommit, ItemToCommit, expectedCodeAfterCommit); 238await VerifyCustomCommitProviderAsync(markupBeforeCommit, ItemToCommit, expectedCodeAfterCommit); 261await VerifyItemIsAbsentAsync(markupBeforeCommit, ItemToCommit); 275await VerifyItemIsAbsentAsync(markupBeforeCommit, ItemToCommit); 290await VerifyItemIsAbsentAsync(markupBeforeCommit, ItemToCommit); 315await VerifyItemIsAbsentAsync(markupBeforeCommit, ItemToCommit); 329await VerifyItemIsAbsentAsync(markupBeforeCommit, ItemToCommit); 343await VerifyItemIsAbsentAsync(markupBeforeCommit, ItemToCommit); 358await VerifyItemIsAbsentAsync(markupBeforeCommit, ItemToCommit); 383await VerifyCustomCommitProviderAsync(markupBeforeCommit, ItemToCommit, expectedCodeAfterCommit); 408await VerifyCustomCommitProviderAsync(markupBeforeCommit, ItemToCommit, expectedCodeAfterCommit); 441await VerifyCustomCommitProviderAsync(markupBeforeCommit, ItemToCommit, expectedCodeAfterCommit);