5 references to TransformTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Metadata\PE\NativeIntegerTypeDecoder.cs (5)
137if (TransformTypeWithAnnotations(oldTypeArgument) is not { } newTypeArgument) 156if (TransformTypeWithAnnotations(type.ElementTypeWithAnnotations) is { } elementType) 166if (TransformTypeWithAnnotations(type.PointedAtTypeWithAnnotations) is { } pointedAtType) 176if (TransformTypeWithAnnotations(type.Signature.ReturnTypeWithAnnotations) is not { } transformedReturnType) 189if (TransformTypeWithAnnotations(param.TypeWithAnnotations) is not { } transformedParam)