1 write to _otherMethods
System.Reflection.Emit (1)
System\Reflection\Emit\PropertyBuilderImpl.cs (1)
53_otherMethods ??= new HashSet<MethodInfo>();
3 references to _otherMethods
System.Reflection.Emit (3)
System\Reflection\Emit\ModuleBuilderImpl.cs (2)
287if (property._otherMethods != null) 289foreach (MethodBuilderImpl method in property._otherMethods)
System\Reflection\Emit\PropertyBuilderImpl.cs (1)
54_otherMethods.Add(mdBuilder);