<PackageReference Include="Microsoft.CSharp" Version="4.6.0-preview9.19416.11" />

Microsoft.CSharp.RuntimeBinder.Semantics.EXPRCAST

class EXPRCAST : EXPR
namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal class EXPRCAST : EXPR { public EXPR Argument; public EXPRTYPEORNAMESPACE DestinationType; public EXPR GetArgument(); public void SetArgument(EXPR expr); public EXPRTYPEORNAMESPACE GetDestinationType(); public void SetDestinationType(EXPRTYPEORNAMESPACE expr); public bool IsBoxingCast(); public EXPRCAST(); } } namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal class FieldSymbol : VariableSymbol { public new bool isStatic; public bool isReadOnly; public bool isEvent; public bool isAssigned; public FieldInfo AssociatedFieldInfo; public AggregateDeclaration declaration; public void SetType(CType pType); public new CType GetType(); public AggregateSymbol getClass(); public AggregateDeclaration containingDeclaration(); public EventSymbol getEvent(SymbolLoader symbolLoader); public FieldSymbol(); } }