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