1 write to _culture
System.Web (1)
UI\WebParts\WebPartManager.cs (1)
4521
_culture
= culture;
3 references to _culture
System.Web (3)
UI\WebParts\WebPartManager.cs (3)
4533
(other.
_culture
.Equals(
_culture
)) &&
4543
int hashCode = ((typeHashCode << 5) + typeHashCode) ^
_culture
.GetHashCode();