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)
251if (eventBuilder._otherMethods != null) 253foreach (MethodBuilderImpl method in eventBuilder._otherMethods)