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