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

SymWithType

class SymWithType
public AggregateType Ats { get; }

public Symbol Sym { get; }

public SymWithType()

public SymWithType(Symbol sym, AggregateType ats)

public static bool op_Equality(SymWithType swt1, SymWithType swt2)

public static bool op_Implicit(SymWithType swt)

public static bool op_Inequality(SymWithType swt1, SymWithType swt2)

public virtual void Clear()

public EventSymbol Event()

public FieldSymbol Field()

public MethodSymbol Meth()

public void Set(Symbol sym, AggregateType ats)