1 write to _type
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SignatureOnlyParameterSymbol.cs (1)
33
_type
= type;
7 references to _type
Microsoft.CodeAnalysis.CSharp (7)
Symbols\SignatureOnlyParameterSymbol.cs (7)
40
public override TypeWithAnnotations TypeWithAnnotations { get { return
_type
; } }
118
TypeSymbol.Equals(
_type
.Type, other.
_type
.Type, compareKind) &&
119
_type
.CustomModifiers.Equals(other.
_type
.CustomModifiers) &&
129
_type
.Type.GetHashCode(),
131
Hash.CombineValues(
_type
.CustomModifiers),