1 write to TypeExpression
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\BoundExpression.cs (1)
683this.TypeExpression = typeExpression;
4 references to TypeExpression
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Invocation.cs (1)
1855return typeOrValue.Data.TypeExpression;
BoundTree\BoundExpression.cs (3)
694(object)a.TypeExpression == (object)b.TypeExpression && 713Hash.Combine(TypeExpression.GetHashCode(), TypeDiagnostics.GetHashCode()))));