1 write to CultureName
System.Private.CoreLib (1)
System\Reflection\RuntimeAssemblyName.cs (1)
29this.CultureName = cultureName;
9 references to CultureName
System.Private.CoreLib (5)
System\Reflection\RuntimeAssemblyName.cs (5)
78if (!string.Equals(this.CultureName, other.CultureName)) 146if (this.CultureName != null) 147blank.CultureName = this.CultureName; 177return AssemblyNameFormatter.ComputeDisplayName(Name, Version, CultureName, pkt, AssemblyNameInfo.ExtractAssemblyNameFlags(Flags), AssemblyNameInfo.ExtractAssemblyContentType(Flags));
System.Private.TypeLoader (4)
Internal\Reflection\Execution\AssemblyBinderImplementation.cs (4)
111Debug.Assert(defName.CultureName != null); 125if (refName.CultureName != null) 127if (!(refName.CultureName.Equals(defName.CultureName)))