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