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