1 instantiation of InteractiveSession
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveEvaluator.cs (1)
85_session = new InteractiveSession(
2 references to InteractiveSession
Microsoft.CodeAnalysis.EditorFeatures (2)
Interactive\InteractiveEvaluator.cs (1)
41private readonly InteractiveSession _session;
Interactive\InteractiveSession.cs (1)
99_hostDirectory = Path.Combine(Path.GetDirectoryName(typeof(InteractiveSession).Assembly.Location)!, "InteractiveHost");