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