8 references to IsFormattingDisabled
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (8)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormatEngine.cs (1)
321
if (ctx.
IsFormattingDisabled
(tokenPairIndex))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormatEngine.OperationApplier.cs (7)
65
Debug.Assert(!context.
IsFormattingDisabled
(pairIndex));
92
Debug.Assert(!context.
IsFormattingDisabled
(pairIndex));
107
Debug.Assert(!context.
IsFormattingDisabled
(pairIndex));
130
Debug.Assert(!context.
IsFormattingDisabled
(pairIndex));
178
Debug.Assert(!context.
IsFormattingDisabled
(pairIndex));
195
Debug.Assert(!context.
IsFormattingDisabled
(pairIndex));
461
Debug.Assert(!context.
IsFormattingDisabled
(pairIndex));