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