20 references to AddIntervalInPlace
Microsoft.CodeAnalysis.CSharp.Features (3)
src\Analyzers\CSharp\Analyzers\RemoveUnnecessaryNullableDirective\CSharpRemoveUnnecessaryNullableDirectiveDiagnosticAnalyzer.cs (3)
92
possibleNullableImpactIntervalTree.
AddIntervalInPlace
(interval);
141
possibleNullableImpactIntervalTree.
AddIntervalInPlace
(directive.Span);
234
PossibleNullableImpactIntervalTree.
AddIntervalInPlace
(nullableImpactingSpan);
Microsoft.CodeAnalysis.Features (2)
Copilot\ICopilotChangeAnalysisService.cs (1)
311
intervalTree.
AddIntervalInPlace
(codeFixCollection);
src\Analyzers\Core\Analyzers\SimplifyTypeNames\SimplifyTypeNamesDiagnosticAnalyzerBase.cs (1)
260
intervalTree.
AddIntervalInPlace
(span);
Microsoft.CodeAnalysis.Workspaces (12)
CodeFixes\FixAllOccurrences\TextChangeMerger.cs (1)
55
_totalChangesIntervalTree.
AddIntervalInPlace
(change);
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);
Microsoft.VisualStudio.LanguageServices (3)
InheritanceMargin\InheritanceGlyphManager.cs (3)
99
_glyphDataTree.
AddIntervalInPlace
(new GlyphData(span, glyph));
121
_glyphDataTree.
AddIntervalInPlace
(glyphData);
149
_glyphDataTree.
AddIntervalInPlace
(new GlyphData(newSpan, glyph));