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