3 references to TransformType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PEEventSymbol.cs (1)
97
var typeSymbol = DynamicTypeDecoder.
TransformType
(originalEventType, targetSymbolCustomModifierCount, handle, moduleSymbol);
Symbols\Metadata\PE\PEParameterSymbol.cs (1)
308
var typeSymbol = DynamicTypeDecoder.
TransformType
(typeWithAnnotations.Type, countOfCustomModifiers, handle, moduleSymbol, refKind);
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
296
originalPropertyType = DynamicTypeDecoder.
TransformType
(originalPropertyType, typeCustomModifiers.Length, handle, moduleSymbol, _refKind);