20 references to AddIntervalInPlace
Microsoft.CodeAnalysis.CSharp.Features (3)
CSharpRemoveUnnecessaryNullableDirectiveDiagnosticAnalyzer.cs (3)
100
possibleNullableImpactIntervalTree.
AddIntervalInPlace
(interval);
149
possibleNullableImpactIntervalTree.
AddIntervalInPlace
(directive.Span);
242
PossibleNullableImpactIntervalTree.
AddIntervalInPlace
(nullableImpactingSpan);
Microsoft.CodeAnalysis.Features (1)
SimplifyTypeNamesDiagnosticAnalyzerBase.cs (1)
262
intervalTree.
AddIntervalInPlace
(span);
Microsoft.CodeAnalysis.Workspaces (13)
Classification\ClassifierHelper.cs (1)
205
semanticPartsTree.
AddIntervalInPlace
(part);
CodeFixes\FixAllOccurrences\TextChangeMerger.cs (1)
54
_totalChangesIntervalTree.
AddIntervalInPlace
(change);
FormattingContext.cs (11)
86
_indentationTree.
AddIntervalInPlace
(data);
111
_indentationTree.
AddIntervalInPlace
(data);
211
_indentationTree.
AddIntervalInPlace
(relativeIndentationData);
212
_relativeIndentationTree.
AddIntervalInPlace
(relativeIndentationData);
221
_indentationTree.
AddIntervalInPlace
(new SimpleIndentationData(intervalTreeSpan, operation.IndentationDeltaOrPosition));
232
_indentationTree.
AddIntervalInPlace
(new SimpleIndentationData(intervalTreeSpan, indentation));
260
_indentationTree.
AddIntervalInPlace
(derived);
345
_suppressSpacingTree.
AddIntervalInPlace
(data);
367
_suppressFormattingTree.
AddIntervalInPlace
(data);
397
_suppressWrappingTree.
AddIntervalInPlace
(data);
426
_anchorTree.
AddIntervalInPlace
(data);
Microsoft.VisualStudio.LanguageServices (3)
InheritanceMargin\InheritanceGlyphManager.cs (3)
94
_glyphDataTree.
AddIntervalInPlace
(new GlyphData(span, glyph));
116
_glyphDataTree.
AddIntervalInPlace
(glyphData);
144
_glyphDataTree.
AddIntervalInPlace
(new GlyphData(newSpan, glyph));