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