8 references to GetServiceState
Microsoft.CodeAnalysis.InteractiveHost (8)
Interactive\Core\InteractiveHost.Service.cs (8)
130
(path, properties) => new ShadowCopyReference(
GetServiceState
().MetadataFileProvider, path, properties));
262
var serviceState =
GetServiceState
();
397
Console.Error.Write(
GetServiceState
().ReplServiceProvider.ObjectFormatter.FormatException(e));
419
var globals =
GetServiceState
().Globals;
501
var serviceState =
GetServiceState
();
651
var serviceState =
GetServiceState
();
752
var serviceState =
GetServiceState
();
784
var formatter =
GetServiceState
().ReplServiceProvider.DiagnosticFormatter;