1 write to PlatformAssemblyPaths
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHostPlatformInfo.cs (1)
39PlatformAssemblyPaths = platformAssemblyPaths;
3 references to PlatformAssemblyPaths
Microsoft.CodeAnalysis.InteractiveHost (3)
Interactive\Core\InteractiveHost.Service.cs (2)
129s_currentPlatformInfo.PlatformAssemblyPaths, 525var sdkDirectory = s_currentPlatformInfo.PlatformAssemblyPaths.IsEmpty ? RuntimeEnvironment.GetRuntimeDirectory() : null;
Interactive\Core\InteractiveHostPlatformInfo.cs (1)
46PlatformAssemblyPaths = PlatformAssemblyPaths.ToArray(),