6 references to WithPointedAtType
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (1)
4799
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)
266
result =
WithPointedAtType
(newPointedAtType);
272
return
WithPointedAtType
(transform(PointedAtTypeWithAnnotations));
279
return
WithPointedAtType
(pointedAtType);