2 instantiations of EditResult
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\SpanEditHandler.cs (2)
71return new EditResult(result, UpdateSpan(target, change)); 73return new EditResult(result, target);
2 references to EditResult
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\SpanEditHandler.cs (2)
55public virtual EditResult ApplyChange(SyntaxNode target, SourceChange change) 60public virtual EditResult ApplyChange(SyntaxNode target, SourceChange change, bool force)