TeamCity.CSharpInteractive/IErrorContext.cs (
6
lines of code) (
raw
):
namespace TeamCity.CSharpInteractive; using System.Diagnostics.CodeAnalysis; internal interface IErrorContext { bool TryGetSourceName([NotNullWhen(true)] out string? name); }