3 writes to _comments
PresentationFramework (3)
System\Windows\Markup\Localizer\BamlLocalizableResource.cs (3)
44
_comments
= comments;
58
_comments
= other._comments;
95
_comments
= value;
6 references to _comments
PresentationFramework (6)
System\Windows\Markup\Localizer\BamlLocalizableResource.cs (6)
58
_comments = other.
_comments
;
90
return
_comments
;
171
&&
_comments
== otherResource.
_comments
182
^(
_comments
== null ? 0 :
_comments
.GetHashCode())