4 references to VerifyCommitCharactersAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
Completion\CompletionProviders\LoadDirectiveCompletionProviderTests.cs (1)
51await VerifyCommitCharactersAsync("#load \"$$", textTypedSoFar: "", validChars: commitCharacters, sourceCodeKind: SourceCodeKind.Script);
Completion\CompletionProviders\ObjectCreationCompletionProviderTests.cs (1)
132await VerifyCommitCharactersAsync(markup, textTypedSoFar: "",
Completion\CompletionProviders\ReferenceDirectiveCompletionProviderTests.cs (1)
54await VerifyCommitCharactersAsync("#r \"$$", textTypedSoFar: "", validChars: commitCharacters, sourceCodeKind: SourceCodeKind.Script);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Completion\AbstractCompletionProviderTests.cs (1)
1084await VerifyCommitCharactersAsync(initialMarkup, textTypedSoFar, commitCharacters);