1 instantiation of NativeIntegerTypeDecoder
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\NativeIntegerTypeDecoder.cs (1)
31var decoder = new NativeIntegerTypeDecoder(transformFlags);
8 references to NativeIntegerTypeDecoder
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Metadata\PE\NativeIntegerTypeDecoder.cs (1)
31var decoder = new NativeIntegerTypeDecoder(transformFlags);
Symbols\Metadata\PE\PEEventSymbol.cs (1)
98typeSymbol = NativeIntegerTypeDecoder.TransformType(typeSymbol, handle, moduleSymbol, _containingType);
Symbols\Metadata\PE\PEFieldSymbol.cs (1)
315typeSymbol = NativeIntegerTypeDecoder.TransformType(typeSymbol, _handle, moduleSymbol, _containingType);
Symbols\Metadata\PE\PENamedTypeSymbol.cs (2)
519decodedType = NativeIntegerTypeDecoder.TransformType(decodedType, _handle, moduleSymbol, this); 579typeSymbol = NativeIntegerTypeDecoder.TransformType(typeSymbol, interfaceImpl, moduleSymbol, ContainingType);
Symbols\Metadata\PE\PEParameterSymbol.cs (1)
309typeSymbol = NativeIntegerTypeDecoder.TransformType(typeSymbol, handle, moduleSymbol, containingSymbol.ContainingType);
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
297originalPropertyType = NativeIntegerTypeDecoder.TransformType(originalPropertyType, handle, moduleSymbol, _containingType);
Symbols\Source\CustomModifierUtils.cs (1)
85resultType = NativeIntegerTypeDecoder.TransformType(resultType, builder.ToImmutableAndFree());