Implemented interface member:
property
PointedAtType
Microsoft.CodeAnalysis.IPointerTypeSymbol.PointedAtType
1 write to PointedAtType
Microsoft.CodeAnalysis.Workspaces (1)
CodeGenerationPointerTypeSymbol.cs (1)
16this.PointedAtType = pointedAtType;
1 reference to PointedAtType
Microsoft.CodeAnalysis.Workspaces (1)
CodeGenerationPointerTypeSymbol.cs (1)
22return new CodeGenerationPointerTypeSymbol(this.PointedAtType);