5 references to WithReplace
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (5)
SyntaxTreeExtensions.vb (5)
27Return WithReplace(syntaxTree, offset, length, newText)
35Return WithReplace(syntaxTree, offset, length, newText)
40Return WithReplace(syntaxTree, offset, 0, newText)
47Return WithReplace(syntaxTree, offset, 0, newText)
52Return WithReplace(syntaxTree, offset, length, String.Empty)