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