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