7 references to AddMethodSemantics
System.Reflection.Emit (7)
System\Reflection\Emit\ModuleBuilderImpl.cs (7)
242AddMethodSemantics(eventHandle, MethodSemanticsAttributes.Adder, aMb._handle);
247AddMethodSemantics(eventHandle, MethodSemanticsAttributes.Raiser, rMb._handle);
252AddMethodSemantics(eventHandle, MethodSemanticsAttributes.Remover, remMb._handle);
259AddMethodSemantics(eventHandle, MethodSemanticsAttributes.Other, method._handle);
280AddMethodSemantics(propertyHandle, MethodSemanticsAttributes.Getter, gMb._handle);
285AddMethodSemantics(propertyHandle, MethodSemanticsAttributes.Setter, sMb._handle);
292AddMethodSemantics(propertyHandle, MethodSemanticsAttributes.Other, method._handle);