1 write to _lineAdjustmentFormattingRule
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
70
_lineAdjustmentFormattingRule
= lineAdjustmentFormattingRule;
2 references to _lineAdjustmentFormattingRule
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\AbstractCodeModelService.cs (2)
1096
document = FormatAnnotatedNode(document, annotation, new[] {
_lineAdjustmentFormattingRule
, _endRegionFormattingRule }, cancellationToken);
1133
? SpecializedCollections.SingletonEnumerable(
_lineAdjustmentFormattingRule
)