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