1 instantiation of NativeIntegerTypeDecoder
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\NativeIntegerTypeDecoder.cs (1)
32
var decoder = new
NativeIntegerTypeDecoder
(transformFlags);
8 references to NativeIntegerTypeDecoder
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Metadata\PE\NativeIntegerTypeDecoder.cs (1)
32
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)
313
typeSymbol =
NativeIntegerTypeDecoder
.TransformType(typeSymbol, _handle, moduleSymbol, _containingType);
Symbols\Metadata\PE\PENamedTypeSymbol.cs (2)
507
decodedType =
NativeIntegerTypeDecoder
.TransformType(decodedType, _handle, moduleSymbol, this);
567
typeSymbol =
NativeIntegerTypeDecoder
.TransformType(typeSymbol, interfaceImpl, moduleSymbol, ContainingType);
Symbols\Metadata\PE\PEParameterSymbol.cs (1)
294
typeSymbol =
NativeIntegerTypeDecoder
.TransformType(typeSymbol, handle, moduleSymbol, containingSymbol.ContainingType);
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
230
originalPropertyType =
NativeIntegerTypeDecoder
.TransformType(originalPropertyType, handle, moduleSymbol, _containingType);
Symbols\Source\CustomModifierUtils.cs (1)
85
resultType =
NativeIntegerTypeDecoder
.TransformType(resultType, builder.ToImmutableAndFree());