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