15 references to CreateSession
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (8)
AutomaticCompletion\AutomaticBraceCompletionTests.cs (3)
567using var session = CreateSession(TestWorkspace.CreateCSharp(code), '(', ')'); 594using var session = CreateSession(TestWorkspace.CreateCSharp(code), '(', ')'); 1696return CreateSession(
AutomaticCompletion\AutomaticBracketCompletionTests.cs (1)
295return CreateSession(
AutomaticCompletion\AutomaticLessAndGreaterThanCompletionTests.cs (1)
416return CreateSession(
AutomaticCompletion\AutomaticLiteralCompletionTests.cs (2)
502return CreateSession( 509return CreateSession(
AutomaticCompletion\AutomaticParenthesisCompletionTests.cs (1)
182return CreateSession(
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (7)
AutomaticCompletion\AutomaticBraceCompletionTests.vb (1)
102Return AbstractAutomaticBraceCompletionTests.CreateSession(
AutomaticCompletion\AutomaticBracketCompletionTests.vb (1)
110Return AbstractAutomaticBraceCompletionTests.CreateSession(
AutomaticCompletion\AutomaticInterpolatedStringExpressionCompletionTests.vb (1)
76Return AbstractAutomaticBraceCompletionTests.CreateSession(
AutomaticCompletion\AutomaticInterpolationCompletionTests.vb (1)
104Return AbstractAutomaticBraceCompletionTests.CreateSession(
AutomaticCompletion\AutomaticLessAndGreaterThanCompletionTests.vb (1)
117Return AbstractAutomaticBraceCompletionTests.CreateSession(
AutomaticCompletion\AutomaticParenthesesCompletion.vb (1)
361Return CreateSession(
AutomaticCompletion\AutomaticStringLiteralCompletionTests.vb (1)
168Return AbstractAutomaticBraceCompletionTests.CreateSession(