2 instantiations of InteractiveHostPlatformInfo
Microsoft.CodeAnalysis.InteractiveHost (2)
Interactive\Core\InteractiveHostPlatformInfo.cs (2)
25=> new InteractiveHostPlatformInfo( 51=> new InteractiveHostPlatformInfo(
15 references to InteractiveHostPlatformInfo
Microsoft.CodeAnalysis.EditorFeatures (3)
Interactive\InteractiveSession.cs (3)
66private InteractiveHostPlatformInfo _platformInfo; 120private void ProcessInitialized(InteractiveHostPlatformInfo platformInfo, InteractiveHostOptions options, RemoteExecutionResult result) 366private static RuntimeMetadataReferenceResolver CreateMetadataReferenceResolver(IMetadataService metadataService, InteractiveHostPlatformInfo platformInfo, ImmutableArray<string> searchPaths, string baseDirectory)
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractiveEvaluator.cs (1)
114private void ProcessInitialized(InteractiveHostPlatformInfo platformInfo, InteractiveHostOptions options, RemoteExecutionResult result)
Microsoft.CodeAnalysis.InteractiveHost (11)
Interactive\Core\InteractiveHost.cs (1)
71internal event Action<InteractiveHostPlatformInfo, InteractiveHostOptions, RemoteExecutionResult>? ProcessInitialized;
Interactive\Core\InteractiveHost.LazyRemoteService.cs (2)
200InteractiveHostPlatformInfo platformInfo; 212platformInfo = (await jsonRpc.InvokeWithCancellationAsync<InteractiveHostPlatformInfo.Data>(
Interactive\Core\InteractiveHost.RemoteService.cs (2)
27public readonly InteractiveHostPlatformInfo PlatformInfo; 40internal RemoteService(InteractiveHost host, Process process, int processId, JsonRpc jsonRpc, InteractiveHostPlatformInfo platformInfo, InteractiveHostOptions options)
Interactive\Core\InteractiveHost.Service.cs (3)
46private static readonly InteractiveHostPlatformInfo s_currentPlatformInfo = InteractiveHostPlatformInfo.GetCurrentPlatformInfo(); 163public Task<InteractiveHostPlatformInfo.Data> InitializeAsync(string replServiceProviderTypeName, string cultureName)
Interactive\Core\InteractiveHostPlatformInfo.cs (3)
24public InteractiveHostPlatformInfo Deserialize() 30private static readonly string s_hostDirectory = PathUtilities.GetDirectoryName(typeof(InteractiveHostPlatformInfo).Assembly.Location)!; 50public static InteractiveHostPlatformInfo GetCurrentPlatformInfo()