1 write to _type
Microsoft.CodeAnalysis (1)
Symbols\TypedConstant.cs (1)
30
_type
= type;
7 references to _type
Microsoft.CodeAnalysis (7)
Symbols\TypedConstant.cs (7)
53
get { return
_type
?.GetITypeSymbol(); }
58
get { return
_type
; }
143
if (
_type
!.SpecialType == specialType || (
_type
.TypeKind == TypeKind.Enum && specialType == SpecialType.System_Enum))
209
&& object.Equals(
_type
, other.
_type
);
215
Hash.Combine(
_type
, (int)this.Kind));