2 writes to _value
Microsoft.CodeAnalysis (2)
Symbols\TypedConstantValue.cs (2)
26
_value
= value;
31
_value
= array.IsDefault ? null : (object)array;
8 references to _value
Microsoft.CodeAnalysis (8)
Symbols\TypedConstantValue.cs (8)
41
return
_value
== null;
49
return
_value
== null ? default(ImmutableArray<TypedConstant>) : (ImmutableArray<TypedConstant>)
_value
;
57
Debug.Assert(!(
_value
is ImmutableArray<TypedConstant>));
58
return
_value
;
64
return
_value
?.GetHashCode() ?? 0;
74
return object.Equals(
_value
, other.
_value
);