1 write to Method
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\MemberInfo\MethodInfoImpl.cs (1)
23
this.
Method
= method;
8 references to Method
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (8)
Debugger\MemberInfo\MethodInfoImpl.cs (8)
28
get { return this.
Method
.Attributes; }
38
get { return (TypeImpl)this.
Method
.DeclaringType; }
53
get { return (MemberTypes)this.
Method
.MemberType; }
73
get { return this.
Method
.Name; }
143
return this.
Method
.ToString();
152
return other != null && this.
Method
.Equals(other.
Method
);
160
return this.
Method
.GetHashCode();