1 write to _methodNameAndSignature
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeBuilder.cs (1)
804_methodNameAndSignature = method.NameAndSignature,
5 references to _methodNameAndSignature
System.Private.TypeLoader (5)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericMethodsLookup.cs (5)
34_hashCode = _declaringTypeHandle.GetHashCode() ^ VersionResilientHashCode.GenericInstanceHashCode(VersionResilientHashCode.NameHashCode(_methodNameAndSignature.Name), _genericMethodArgumentHandles); 57if (!other._methodNameAndSignature.Equals(_methodNameAndSignature)) 205if (!_methodToLookup.NameAndSignature.Equals(entry._methodNameAndSignature)) 415methodNameAndSignature = entry._methodNameAndSignature;