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)
53get { return _type?.GetITypeSymbol(); } 58get { return _type; } 143if (_type!.SpecialType == specialType || (_type.TypeKind == TypeKind.Enum && specialType == SpecialType.System_Enum)) 209&& object.Equals(_type, other._type); 215Hash.Combine(_type, (int)this.Kind));