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