2 writes to _initialTextSnapshot
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Workspaces\TestHostDocument.cs (2)
156_initialTextSnapshot = textBuffer.CurrentSnapshot; 261_initialTextSnapshot = _textBuffer.CurrentSnapshot;
2 references to _initialTextSnapshot
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Workspaces\TestHostDocument.cs (2)
318Contract.ThrowIfNull(_initialTextSnapshot); 319return _initialTextSnapshot;