7 references to AddMethodSemantics
System.Reflection.Emit (7)
System\Reflection\Emit\ModuleBuilderImpl.cs (7)
241AddMethodSemantics(eventHandle, MethodSemanticsAttributes.Adder, aMb._handle); 246AddMethodSemantics(eventHandle, MethodSemanticsAttributes.Raiser, rMb._handle); 251AddMethodSemantics(eventHandle, MethodSemanticsAttributes.Remover, remMb._handle); 258AddMethodSemantics(eventHandle, MethodSemanticsAttributes.Other, method._handle); 279AddMethodSemantics(propertyHandle, MethodSemanticsAttributes.Getter, gMb._handle); 284AddMethodSemantics(propertyHandle, MethodSemanticsAttributes.Setter, sMb._handle); 291AddMethodSemantics(propertyHandle, MethodSemanticsAttributes.Other, method._handle);