1 instantiation of BoundTypeOrValueData
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Expressions.cs (1)
7547new BoundTypeOrValueData(leftSymbol, boundValue, valueDiagnostics.ToReadOnlyAndFree(forceDiagnosticResolution: false), boundType, typeDiagnostics.ToReadOnlyAndFree(forceDiagnosticResolution: false)), leftType);
13 references to BoundTypeOrValueData
Microsoft.CodeAnalysis.CSharp (13)
BoundTree\BoundExpression.cs (9)
673internal readonly struct BoundTypeOrValueData : System.IEquatable<BoundTypeOrValueData> 696public static bool operator ==(BoundTypeOrValueData a, BoundTypeOrValueData b) 705public static bool operator !=(BoundTypeOrValueData a, BoundTypeOrValueData b) 712return obj is BoundTypeOrValueData && (BoundTypeOrValueData)obj == this; 723bool System.IEquatable<BoundTypeOrValueData>.Equals(BoundTypeOrValueData b)
Generated\BoundNodes.xml.Generated.cs (4)
1085public BoundTypeOrValueExpression(SyntaxNode syntax, BoundTypeOrValueData data, TypeSymbol type, bool hasErrors) 1094public BoundTypeOrValueExpression(SyntaxNode syntax, BoundTypeOrValueData data, TypeSymbol type) 1104public BoundTypeOrValueData Data { get; } 1109public BoundTypeOrValueExpression Update(BoundTypeOrValueData data, TypeSymbol type)