2 writes to PublicKey
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.cs (1)
62data.PublicKey = pk;
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.GetName.cs (1)
24data.PublicKey = pk;
4 references to PublicKey
System.Reflection.MetadataLoadContext (4)
System\Reflection\MetadataLoadContext.Loading.cs (3)
34if (pkt.Length == 0 && defNameData.PublicKey != null && defNameData.PublicKey.Length != 0) 36pkt = defNameData.PublicKey.ComputePublicKeyToken()!;
System\Reflection\TypeLoading\General\AssemblyNameData.cs (1)
45an.SetPublicKey(PublicKey.CloneArray());