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