3 writes to _comments
PresentationFramework (3)
System\Windows\Markup\Localizer\BamlLocalizableResource.cs (3)
45
_comments
= comments;
59
_comments
= other._comments;
96
_comments
= value;
6 references to _comments
PresentationFramework (6)
System\Windows\Markup\Localizer\BamlLocalizableResource.cs (6)
59
_comments = other.
_comments
;
91
return
_comments
;
172
&&
_comments
== otherResource.
_comments
183
^(
_comments
== null ? 0 :
_comments
.GetHashCode())