5 references to Setter
illink (1)
Mono.Cecil (4)
Mono.Cecil\AssemblyReader.cs (1)
1617 case MethodSemanticsAttributes.Setter:
Mono.Cecil\AssemblyWriter.cs (1)
1826 AddSemantic (MethodSemanticsAttributes.Setter, property, method);
Mono.Cecil\MethodDefinition.cs (2)
453 get { return this.GetSemantics (MethodSemanticsAttributes.Setter); } 454 set { this.SetSemantics (MethodSemanticsAttributes.Setter, value); }