1 write to _pointedAtType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PointerTypeSymbol.cs (1)
31
_pointedAtType
= pointedAtType;
3 references to _pointedAtType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\PointerTypeSymbol.cs (3)
70
return
_pointedAtType
;
243
if ((object?)other == null || !other.
_pointedAtType
.Equals(
_pointedAtType
, comparison))