8 writes to Text
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
Rename\CSharpRenamerTests.cs (4)
76Text = """ 89Text = """ 109Text = """ 122Text = """
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (4)
Rename\RenamerTests.cs (4)
131Text = startText, 141Text = expectedText, 159Text = startText, 169Text = startText,
3 references to Text
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (3)
Rename\RenamerTests.cs (3)
55var startSourceText = SourceText.From(startDocument.Text); 101AssertEx.EqualOrDiff(endDocument.Text, (await updatedDocument.GetTextAsync()).ToString()); 188var startSourceText = SourceText.From(startDocument.Text);