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