6 references to IsFormattingDisabled
Microsoft.CodeAnalysis.CodeStyle (6)
AbstractFormatEngine.cs (1)
266
if (context.
IsFormattingDisabled
(new TextSpan(context.TokenStream.LastTokenInStream.Token.SpanStart, 0)))
AbstractFormatEngine.OperationApplier.cs (2)
218
Debug.Assert(!_context.
IsFormattingDisabled
(new TextSpan(_context.TokenStream.GetToken(pairIndex + 1).SpanStart, 0)));
352
if (_context.
IsFormattingDisabled
(spanBetweenTokens))
FormattingContext.cs (3)
618
if (
IsFormattingDisabled
(textSpan))
640
if (
IsFormattingDisabled
(textSpan))
683
return
IsFormattingDisabled
(spanBetweenTwoTokens);