12 references to AddIntervalInPlace
Microsoft.CodeAnalysis.CodeStyle (12)
src\Analyzers\Core\Analyzers\SimplifyTypeNames\SimplifyTypeNamesDiagnosticAnalyzerBase.cs (1)
260intervalTree.AddIntervalInPlace(span);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.cs (11)
84_indentationTree.AddIntervalInPlace(data); 109_indentationTree.AddIntervalInPlace(data); 210_indentationTree.AddIntervalInPlace(relativeIndentationData); 211_relativeIndentationTree.AddIntervalInPlace(relativeIndentationData); 220_indentationTree.AddIntervalInPlace(new SimpleIndentationData(intervalTreeSpan, operation.IndentationDeltaOrPosition)); 231_indentationTree.AddIntervalInPlace(new SimpleIndentationData(intervalTreeSpan, indentation)); 259_indentationTree.AddIntervalInPlace(derived); 323_suppressSpacingTree.AddIntervalInPlace(data); 344_suppressFormattingTree.AddIntervalInPlace(data); 373_suppressWrappingTree.AddIntervalInPlace(data); 402_anchorTree.AddIntervalInPlace(data);