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)
41
private readonly
InteractiveSession
_session;
Interactive\InteractiveSession.cs (1)
99
_hostDirectory = Path.Combine(Path.GetDirectoryName(typeof(
InteractiveSession
).Assembly.Location)!, "InteractiveHost");