public ICodeContext ResolveContext(ParseInformation parseInfo, ICSharpCode.NRefactory.TextLocation location, ICSharpCode.NRefactory.TypeSystem.ICompilation compilation, System.Threading.CancellationToken cancellationToken)
 {
     throw new NotImplementedException();
 }
 public ContextActionRunner(MonoDevelop.CodeActions.CodeAction act, MonoDevelop.Ide.Gui.Document document, ICSharpCode.NRefactory.TextLocation loc)
 {
     this.act      = act;
     this.document = document;
     this.loc      = loc;
 }
Beispiel #3
0
 public int GetOffset(ICSharpCode.NRefactory.TextLocation location)
 {
     return(LocationToOffset(location.Line, location.Column));
 }