2 writes to _signature
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericsRegistration.cs (1)
131
_lazyGenericDictionaries.Add(new LazyDictionaryContext { _context = context,
_signature
= signature }, dictionary);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericTypesLookup.cs (1)
220
return _lazyGenericDictionaries.TryGetValue(new LazyDictionaryContext { _context = context,
_signature
= signature }, out dictionary);
3 references to _signature
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericTypesLookup.cs (3)
186
return _context == other._context &&
_signature
== other.
_signature
;
191
return _context.GetHashCode() ^
_signature
.GetHashCode();