3 writes to _comments
PresentationFramework (3)
src\Framework\System\Windows\Markup\Localizer\BamlLocalizableResource.cs (3)
58
_comments
= comments;
72
_comments
= other._comments;
109
_comments
= value;
6 references to _comments
PresentationFramework (6)
src\Framework\System\Windows\Markup\Localizer\BamlLocalizableResource.cs (6)
72
_comments = other.
_comments
;
104
return
_comments
;
188
&&
_comments
== otherResource.
_comments
199
^(
_comments
== null ? 0 :
_comments
.GetHashCode())