3 writes to PublicKeyToken
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.cs (2)
67data.PublicKeyToken = pk.ComputePublicKeyToken(); 72data.PublicKeyToken = ar.PublicKeyOrToken.GetBlobBytes(reader);
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.GetName.cs (1)
29data.PublicKeyToken = pk.ComputePublicKeyToken();
2 references to PublicKeyToken
System.Reflection.MetadataLoadContext (2)
System\Reflection\MetadataLoadContext.Loading.cs (1)
33byte[] pkt = defNameData.PublicKeyToken ?? Array.Empty<byte>();
System\Reflection\TypeLoading\General\AssemblyNameData.cs (1)
46an.SetPublicKeyToken(PublicKeyToken.CloneArray());