2 writes to _initialTextSnapshot
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Workspaces\EditorTestHostDocument.cs (2)
80_initialTextSnapshot = textBuffer.CurrentSnapshot; 154_initialTextSnapshot = _textBuffer.CurrentSnapshot;
2 references to _initialTextSnapshot
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Workspaces\EditorTestHostDocument.cs (2)
110Contract.ThrowIfNull(_initialTextSnapshot); 111return _initialTextSnapshot;