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