TeamCity.CSharpInteractive/IRuntimeExplorer.cs (6 lines of code) (raw):

namespace TeamCity.CSharpInteractive; using System.Diagnostics.CodeAnalysis; internal interface IRuntimeExplorer { bool TryFindRuntimeAssembly(string assemblyPath, [MaybeNullWhen(false)] out string runtimeAssemblyPath); }