3 implementations of GetTypeFromSerializedName
Microsoft.Cci.Extensions (1)
Extensions\CustomAttributeProvider.cs (1)
24
public string
GetTypeFromSerializedName
(string name)
Microsoft.DotNet.SignTool (1)
src\Configuration.cs (1)
666
public object
GetTypeFromSerializedName
(string name) => null;
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!);