3 implementations of GetTypeFromSerializedName
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\CustomAttributeTypeProvider.cs (1)
54public TypeDesc GetTypeFromSerializedName(string name)
Microsoft.NET.HostModel (1)
ComHost\ClsidMap.cs (1)
289public KnownType GetTypeFromSerializedName(string name)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.TypeProvider.cs (1)
67public RoType GetTypeFromSerializedName(string? name)
2 references to GetTypeFromSerializedName
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\CustomAttributeDecoder.cs (2)
289info.Type = _provider.GetTypeFromSerializedName(typeName!); 366value = _provider.GetTypeFromSerializedName(typeName!);