<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />

Microsoft.CSharp.RuntimeBinder.Semantics.SubstContext

sealed class SubstContext
namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal sealed class SubstContext { public readonly CType[] ClassTypes; public readonly CType[] MethodTypes; public readonly bool DenormMeth; public bool IsNop { get; } public SubstContext(TypeArray typeArgsCls, TypeArray typeArgsMeth, bool denormMeth); public SubstContext(AggregateType type); public SubstContext(AggregateType type, TypeArray typeArgsMeth); } }