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