5 references to TransformTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Metadata\PE\NativeIntegerTypeDecoder.cs (5)
136if (TransformTypeWithAnnotations(oldTypeArgument) is not { } newTypeArgument) 155if (TransformTypeWithAnnotations(type.ElementTypeWithAnnotations) is { } elementType) 165if (TransformTypeWithAnnotations(type.PointedAtTypeWithAnnotations) is { } pointedAtType) 175if (TransformTypeWithAnnotations(type.Signature.ReturnTypeWithAnnotations) is not { } transformedReturnType) 188if (TransformTypeWithAnnotations(param.TypeWithAnnotations) is not { } transformedParam)