8 references to CreateSession
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (8)
AutomaticCompletion\AutomaticBraceCompletionTests.cs (3)
598
using var session =
CreateSession
(EditorTestWorkspace.CreateCSharp(code), '(', ')');
625
using var session =
CreateSession
(EditorTestWorkspace.CreateCSharp(code), '(', ')');
1812
return
CreateSession
(
AutomaticCompletion\AutomaticBracketCompletionTests.cs (1)
323
return
CreateSession
(
AutomaticCompletion\AutomaticLessAndGreaterThanCompletionTests.cs (1)
436
return
CreateSession
(
AutomaticCompletion\AutomaticLiteralCompletionTests.cs (2)
649
return
CreateSession
(
656
return
CreateSession
(
AutomaticCompletion\AutomaticParenthesisCompletionTests.cs (1)
214
return
CreateSession
(