1 write to PlatformAssemblyPaths
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHostPlatformInfo.cs (1)
40
PlatformAssemblyPaths
= platformAssemblyPaths;
4 references to PlatformAssemblyPaths
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveSession.cs (1)
372
platformAssemblyPaths: platformInfo.
PlatformAssemblyPaths
,
Microsoft.CodeAnalysis.InteractiveHost (3)
Interactive\Core\InteractiveHost.Service.cs (2)
131
s_currentPlatformInfo.
PlatformAssemblyPaths
,
533
var sdkDirectory = s_currentPlatformInfo.
PlatformAssemblyPaths
.IsEmpty ? RuntimeEnvironment.GetRuntimeDirectory() : null;
Interactive\Core\InteractiveHostPlatformInfo.cs (1)
47
PlatformAssemblyPaths =
PlatformAssemblyPaths
.ToArray(),