1 write to immutable
System (1)
compmod\system\componentmodel\ImmutableObjectAttribute.cs (1)
42
this.
immutable
= immutable;
2 references to immutable
System (2)
compmod\system\componentmodel\ImmutableObjectAttribute.cs (2)
50
return
immutable
;
63
return other != null && other.Immutable == this.
immutable
;