1 write to _methodType
System (1)
compmod\system\componentmodel\DataObjectMethodAttribute.cs (1)
24
_methodType
= methodType;
2 references to _methodType
System (2)
compmod\system\componentmodel\DataObjectMethodAttribute.cs (2)
36
return
_methodType
;
52
return ((int)
_methodType
).GetHashCode() ^ _isDefault.GetHashCode();