11 implementations of GetFunctionPointerType
ILAssembler (1)
EntityRegistry.cs (1)
842public BlobOrHandle GetFunctionPointerType(MethodSignature<BlobOrHandle> signature)
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\AttributePresenceFilterNode.cs (1)
143public DummyType GetFunctionPointerType(MethodSignature<DummyType> signature)
Compiler\DependencyAnalysis\ReadyToRun\ModuleTokenResolver.cs (1)
414public DummyTypeInfo GetFunctionPointerType(MethodSignature<DummyTypeInfo> signature)
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SymbolTree\SymbolTreeInfo.FirstEntityHandleProvider.cs (1)
55public EntityHandle GetFunctionPointerType(MethodSignature<EntityHandle> signature) => default;
FindSymbols\SymbolTree\SymbolTreeInfo.Node.cs (1)
143public ParameterTypeInfo GetFunctionPointerType(MethodSignature<ParameterTypeInfo> signature) => ComplexInfo;
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\Signature\SignatureTypeProvider.cs (1)
34public TypeHandle GetFunctionPointerType(MethodSignature<TypeHandle> signature)
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (1)
131public GcTypeKind GetFunctionPointerType(MethodSignature<GcTypeKind> signature) => GcTypeKind.None;
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataFrame.cs (1)
732public (uint Flags, int Size) GetFunctionPointerType(MethodSignature<(uint Flags, int Size)> signature)
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\General\Ecma\EcmaSignatureTypeProviderForToString.cs (1)
57public string GetFunctionPointerType(MethodSignature<string> signature)
System\Reflection\TypeLoading\General\Ecma\EcmaWrappedTypeProvider.cs (1)
55public RoType GetFunctionPointerType(MethodSignature<RoType> signature) => _typeProvider.GetFunctionPointerType(signature);
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.TypeProvider.cs (1)
38public RoType GetFunctionPointerType(MethodSignature<RoType> signature) => new RoFunctionPointerType(this, signature);
2 references to GetFunctionPointerType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Signature\RuntimeSignatureDecoder.cs (1)
92return _provider.GetFunctionPointerType(methodSignature);
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\SignatureDecoder.cs (1)
103return _provider.GetFunctionPointerType(methodSignature);