8 references to GetServiceState
Microsoft.CodeAnalysis.InteractiveHost (8)
Interactive\Core\InteractiveHost.Service.cs (8)
132
(path, properties) => new ShadowCopyReference(
GetServiceState
().MetadataFileProvider, path, properties));
264
var serviceState =
GetServiceState
();
399
Console.Error.Write(
GetServiceState
().ReplServiceProvider.ObjectFormatter.FormatException(e));
421
var globals =
GetServiceState
().Globals;
503
var serviceState =
GetServiceState
();
653
var serviceState =
GetServiceState
();
754
var serviceState =
GetServiceState
();
786
var formatter =
GetServiceState
().ReplServiceProvider.DiagnosticFormatter;