3 writes to _comments
PresentationFramework (3)
System\Windows\Markup\Localizer\BamlLocalizableResource.cs (3)
50
_comments
= comments;
64
_comments
= other._comments;
101
_comments
= value;
6 references to _comments
PresentationFramework (6)
System\Windows\Markup\Localizer\BamlLocalizableResource.cs (6)
64
_comments = other.
_comments
;
96
return
_comments
;
177
&&
_comments
== otherResource.
_comments
188
^(
_comments
== null ? 0 :
_comments
.GetHashCode())