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