1 write to _type
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SignatureOnlyParameterSymbol.cs (1)
31
_type
= type;
7 references to _type
Microsoft.CodeAnalysis.CSharp (7)
Symbols\SignatureOnlyParameterSymbol.cs (7)
37
public override TypeWithAnnotations TypeWithAnnotations { get { return
_type
; } }
113
TypeSymbol.Equals(
_type
.Type, other.
_type
.Type, compareKind) &&
114
_type
.CustomModifiers.Equals(other.
_type
.CustomModifiers) &&
123
_type
.Type.GetHashCode(),
125
Hash.CombineValues(
_type
.CustomModifiers),