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