1 instantiation of BoundTypeOrValueData
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Expressions.cs (1)
7547
new
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)
673
internal readonly struct BoundTypeOrValueData : System.IEquatable<
BoundTypeOrValueData
>
696
public static bool operator ==(
BoundTypeOrValueData
a,
BoundTypeOrValueData
b)
705
public static bool operator !=(
BoundTypeOrValueData
a,
BoundTypeOrValueData
b)
712
return obj is
BoundTypeOrValueData
&& (
BoundTypeOrValueData
)obj == this;
723
bool System.IEquatable<
BoundTypeOrValueData
>.Equals(
BoundTypeOrValueData
b)
Generated\BoundNodes.xml.Generated.cs (4)
1085
public BoundTypeOrValueExpression(SyntaxNode syntax,
BoundTypeOrValueData
data, TypeSymbol type, bool hasErrors)
1094
public BoundTypeOrValueExpression(SyntaxNode syntax,
BoundTypeOrValueData
data, TypeSymbol type)
1104
public
BoundTypeOrValueData
Data { get; }
1109
public BoundTypeOrValueExpression Update(
BoundTypeOrValueData
data, TypeSymbol type)