[Extension()] public static bool TryDiffSource( ICodeElement codeElement, ICompareContext compareContext, out string failureReason )
Parameters
- codeElement
- The code element to open the source from
- compareContext
- The compare context from which we can get the older version of the codeElement.
- failureReason
- If false is returned, contains the plain-english description of the failure.