4 references to ComputePublicKeyToken
System.Reflection.MetadataLoadContext (4)
System\Reflection\MetadataLoadContext.Loading.cs (1)
36
pkt = defNameData.PublicKey.
ComputePublicKeyToken
()!;
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.cs (1)
67
data.PublicKeyToken = pk.
ComputePublicKeyToken
();
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.GetName.cs (1)
29
data.PublicKeyToken = pk.
ComputePublicKeyToken
();
System\Reflection\TypeLoading\General\Ecma\EcmaHelpers.cs (1)
25
pkOrPkt = pkOrPkt.
ComputePublicKeyToken
();