6 implementations of GetPinnedType
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\MetadataReaderUtils.cs (1)
430public string GetPinnedType(string elementType)
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SymbolTree\SymbolTreeInfo.FirstEntityHandleProvider.cs (1)
46public EntityHandle GetPinnedType(EntityHandle elementType) => elementType;
FindSymbols\SymbolTree\SymbolTreeInfo.Node.cs (1)
167public ParameterTypeInfo GetPinnedType(ParameterTypeInfo elementType) => ComplexInfo;
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\General\Ecma\EcmaSignatureTypeProviderForToString.cs (1)
75public string GetPinnedType(string elementType) => elementType;
System\Reflection\TypeLoading\General\Ecma\EcmaWrappedTypeProvider.cs (1)
58public abstract RoType GetPinnedType(RoType elementType);
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.TypeProvider.cs (1)
56public RoType GetPinnedType(RoType elementType) => elementType;
1 reference to GetPinnedType
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\SignatureDecoder.cs (1)
95return _provider.GetPinnedType(elementType);