1 write to _signature
System.Private.CoreLib (1)
System\Runtime\TypeLoaderExports.cs (1)
45_signature = signature;
3 references to _signature
System.Private.CoreLib (3)
System\Runtime\TypeLoaderExports.cs (3)
50return _context == other._context && _signature == other._signature; 58return (context ^ _signature).GetHashCode();