System.Text.RegularExpressions.CILCompiler.GetMethod C# (CSharp) Method

GetMethod() private method

private GetMethod ( string name, MethodInfo &cached ) : MethodInfo
name string
cached System.Reflection.MethodInfo
return System.Reflection.MethodInfo
		private MethodInfo GetMethod (string name, ref MethodInfo cached) {
			return GetMethod (typeof (RxInterpreter), name, ref cached);
	    }

Same methods

CILCompiler::GetMethod ( Type t, string name, MethodInfo &cached ) : MethodInfo