<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.Linq.Expressions.DebugInfoExpression

namespace System.Linq.Expressions { public class DebugInfoExpression : Expression { public SymbolDocumentInfo Document { get; } public virtual int EndColumn { get; } public virtual int EndLine { get; } public virtual bool IsClear { get; } public virtual int StartColumn { get; } public virtual int StartLine { get; } } }