1 write to Name
System.Private.CoreLib (1)
System\Reflection\RuntimeAssemblyName.cs (1)
23
this.
Name
= name;
7 references to Name
System.Private.CoreLib (5)
System\Reflection\RuntimeAssemblyName.cs (5)
66
if (!this.
Name
.Equals(other.
Name
))
120
return this.
Name
.GetHashCode();
143
blank.Name = this.
Name
;
177
return AssemblyNameFormatter.ComputeDisplayName(
Name
, Version, CultureName, pkt, AssemblyNameInfo.ExtractAssemblyNameFlags(Flags), AssemblyNameInfo.ExtractAssemblyContentType(Flags));
System.Private.TypeLoader (2)
Internal\Reflection\Execution\AssemblyBinderImplementation.cs (2)
113
if (!(refName.
Name
.Equals(defName.
Name
, StringComparison.OrdinalIgnoreCase)))