20 references to AddIntervalInPlace
Microsoft.CodeAnalysis.CSharp.Features (3)
src\Analyzers\CSharp\Analyzers\RemoveUnnecessaryNullableDirective\CSharpRemoveUnnecessaryNullableDirectiveDiagnosticAnalyzer.cs (3)
92possibleNullableImpactIntervalTree.AddIntervalInPlace(interval); 141possibleNullableImpactIntervalTree.AddIntervalInPlace(directive.Span); 234PossibleNullableImpactIntervalTree.AddIntervalInPlace(nullableImpactingSpan);
Microsoft.CodeAnalysis.Features (2)
Copilot\ICopilotChangeAnalysisService.cs (1)
311intervalTree.AddIntervalInPlace(codeFixCollection);
src\Analyzers\Core\Analyzers\SimplifyTypeNames\SimplifyTypeNamesDiagnosticAnalyzerBase.cs (1)
260intervalTree.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));