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)
287
if (property.
_otherMethods
!= null)
289
foreach (MethodBuilderImpl method in property.
_otherMethods
)
System\Reflection\Emit\PropertyBuilderImpl.cs (1)
54
_otherMethods
.Add(mdBuilder);