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