8 references to IsFormattingDisabled
Microsoft.CodeAnalysis.Workspaces (8)
AbstractFormatEngine.cs (1)
302if (ctx.IsFormattingDisabled(tokenPairIndex))
AbstractFormatEngine.OperationApplier.cs (7)
74Debug.Assert(!_context.IsFormattingDisabled(pairIndex)); 101Debug.Assert(!_context.IsFormattingDisabled(pairIndex)); 116Debug.Assert(!_context.IsFormattingDisabled(pairIndex)); 139Debug.Assert(!_context.IsFormattingDisabled(pairIndex)); 187Debug.Assert(!_context.IsFormattingDisabled(pairIndex)); 204Debug.Assert(!_context.IsFormattingDisabled(pairIndex)); 470Debug.Assert(!_context.IsFormattingDisabled(pairIndex));