2 writes to _initialTextSnapshot
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Workspaces\EditorTestHostDocument.cs (2)
78_initialTextSnapshot = textBuffer.CurrentSnapshot; 152_initialTextSnapshot = _textBuffer.CurrentSnapshot;
2 references to _initialTextSnapshot
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Workspaces\EditorTestHostDocument.cs (2)
108Contract.ThrowIfNull(_initialTextSnapshot); 109return _initialTextSnapshot;