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)
69return _pointedAtType; 240if ((object?)other == null || !other._pointedAtType.Equals(_pointedAtType, comparison))