6 references to WithPointedAtType
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (1)
4653
PointerTypeSymbol pointerType => pointerType.
WithPointedAtType
(inferredType),
Symbols\Metadata\PE\NativeIntegerTypeDecoder.cs (1)
167
return type.
WithPointedAtType
(pointedAtType);
Symbols\Metadata\PE\TupleTypeDecoder.cs (1)
206
return type.
WithPointedAtType
(DecodeTypeInternal(type.PointedAtTypeWithAnnotations));
Symbols\PointerTypeSymbol.cs (3)
264
result =
WithPointedAtType
(newPointedAtType);
270
return
WithPointedAtType
(transform(PointedAtTypeWithAnnotations));
277
return
WithPointedAtType
(pointedAtType);