6 references to WithPointedAtType
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (1)
4931
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)
265
result =
WithPointedAtType
(newPointedAtType);
271
return
WithPointedAtType
(transform(PointedAtTypeWithAnnotations));
278
return
WithPointedAtType
(pointedAtType);