8 references to GetServiceState
Microsoft.CodeAnalysis.InteractiveHost (8)
Interactive\Core\InteractiveHost.Service.cs (8)
132
(path, properties) => new ShadowCopyReference(
GetServiceState
().MetadataFileProvider, path, properties));
270
var serviceState =
GetServiceState
();
405
Console.Error.Write(
GetServiceState
().ReplServiceProvider.ObjectFormatter.FormatException(e));
427
var globals =
GetServiceState
().Globals;
509
var serviceState =
GetServiceState
();
659
var serviceState =
GetServiceState
();
760
var serviceState =
GetServiceState
();
792
var formatter =
GetServiceState
().ReplServiceProvider.DiagnosticFormatter;