4 references to Other
Mono.Cecil (4)
Mono.Cecil\AssemblyReader.cs (1)
1620 case MethodSemanticsAttributes.Other:
Mono.Cecil\AssemblyWriter.cs (1)
1841 AddSemantic (MethodSemanticsAttributes.Other, owner, others [i]);
Mono.Cecil\MethodDefinition.cs (2)
463 get { return this.GetSemantics (MethodSemanticsAttributes.Other); } 464 set { this.SetSemantics (MethodSemanticsAttributes.Other, value); }