1 write to _otherMethods
System.Reflection.Emit (1)
System\Reflection\Emit\EventBuilderImpl.cs (1)
40
_otherMethods
??= new HashSet<MethodBuilder>();
3 references to _otherMethods
System.Reflection.Emit (3)
System\Reflection\Emit\EventBuilderImpl.cs (1)
41
_otherMethods
.Add(mdBuilder);
System\Reflection\Emit\ModuleBuilderImpl.cs (2)
254
if (eventBuilder.
_otherMethods
!= null)
256
foreach (MethodBuilderImpl method in eventBuilder.
_otherMethods
)