11 implementations of GetPointerType
ILAssembler (1)
EntityRegistry.cs (1)
904public BlobOrHandle GetPointerType(BlobOrHandle elementType)
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\AttributePresenceFilterNode.cs (1)
173public DummyType GetPointerType(DummyType elementType)
Compiler\DependencyAnalysis\ReadyToRun\ModuleTokenResolver.cs (1)
444public DummyTypeInfo GetPointerType(DummyTypeInfo elementType)
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SymbolTree\SymbolTreeInfo.FirstEntityHandleProvider.cs (1)
49public EntityHandle GetPointerType(EntityHandle elementType) => elementType;
FindSymbols\SymbolTree\SymbolTreeInfo.Node.cs (1)
153public ParameterTypeInfo GetPointerType(ParameterTypeInfo elementType) => ComplexInfo;
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\Signature\SignatureTypeProvider.cs (1)
65public TypeHandle GetPointerType(TypeHandle elementType)
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (1)
81public GcTypeKind GetPointerType(GcTypeKind elementType) => GcTypeKind.None;
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataFrame.cs (1)
712public (uint Flags, int Size) GetPointerType((uint Flags, int Size) elementType)
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\General\Ecma\EcmaSignatureTypeProviderForToString.cs (1)
34public string GetPointerType(string elementType) => elementType + "*";
System\Reflection\TypeLoading\General\Ecma\EcmaWrappedTypeProvider.cs (1)
40public RoType GetPointerType(RoType elementType) => _typeProvider.GetPointerType(elementType.SkipTypeWrappers());
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.TypeProvider.cs (1)
26public RoType GetPointerType(RoType elementType) => elementType.GetUniquePointerType();
2 references to GetPointerType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Signature\RuntimeSignatureDecoder.cs (1)
76return _provider.GetPointerType(elementType);
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\SignatureDecoder.cs (1)
87return _provider.GetPointerType(elementType);