2 references to _isApplyingEdit
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\InlineRenameSession.OpenTextBufferManager.cs (2)
77
_isBufferReadOnly = new DynamicReadOnlyRegionQuery(isEdit => !_session.
_isApplyingEdit
);
223
if (args.EditTag == s_propagateSpansEditTag || _session.
_isApplyingEdit
)