1 write to _hostOptions
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveSession.cs (1)
132
_hostOptions
= options;
2 references to _hostOptions
Microsoft.CodeAnalysis.EditorFeatures (2)
Interactive\InteractiveSession.cs (2)
212
RoslynDebug.AssertNotNull(
_hostOptions
);
214
var hostPathDirectory = Path.GetDirectoryName(
_hostOptions
.HostPath);