1 write to _openTextContainer
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveWorkspace.cs (1)
30
_openTextContainer
= textContainer;
3 references to _openTextContainer
Microsoft.CodeAnalysis.EditorFeatures (3)
Interactive\InteractiveWorkspace.cs (3)
42
Contract.ThrowIfNull(
_openTextContainer
);
45
using (var edit =
_openTextContainer
.GetTextBuffer().CreateEdit(EditOptions.DefaultMinimalChange, reiteratedVersionNumber: null, editTag: null))
47
var oldText =
_openTextContainer
.CurrentText;