Base:
property
ItemToCommit
Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.Completion.CompletionProviders.Snippets.AbstractCSharpSnippetCompletionProviderTests.ItemToCommit
10 references to ItemToCommit
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (10)
Completion\CompletionProviders\Snippets\CSharpElseSnippetCompletionProviderTests.cs (10)
50await VerifyCustomCommitProviderAsync(markupBeforeCommit, ItemToCommit, expectedCodeAfterCommit); 64await VerifyItemIsAbsentAsync(markupBeforeCommit, ItemToCommit); 96await VerifyCustomCommitProviderAsync(markupBeforeCommit, ItemToCommit, expectedCodeAfterCommit); 117await VerifyItemIsAbsentAsync(markupBeforeCommit, ItemToCommit); 137await VerifyItemIsAbsentAsync(markupBeforeCommit, ItemToCommit); 169await VerifyCustomCommitProviderAsync(markupBeforeCommit, ItemToCommit, expectedCodeAfterCommit); 211await VerifyCustomCommitProviderAsync(markupBeforeCommit, ItemToCommit, expectedCodeAfterCommit); 239await VerifyCustomCommitProviderAsync(markupBeforeCommit, ItemToCommit, expectedCodeAfterCommit); 269await VerifyCustomCommitProviderAsync(markupBeforeCommit, ItemToCommit, expectedCodeAfterCommit); 307await VerifyCustomCommitProviderAsync(markupBeforeCommit, ItemToCommit, expectedCodeAfterCommit);