4 references to TypedConstantValue
Microsoft.CodeAnalysis (4)
Symbols\TypedConstantValue.cs (4)
17
internal readonly struct TypedConstantValue : IEquatable<
TypedConstantValue
>
69
return obj is
TypedConstantValue
&& Equals((
TypedConstantValue
)obj);
72
public bool Equals(
TypedConstantValue
other)