20 references to AddIntervalInPlace
Microsoft.CodeAnalysis.CSharp.Features (3)
CSharpRemoveUnnecessaryNullableDirectiveDiagnosticAnalyzer.cs (3)
100possibleNullableImpactIntervalTree.AddIntervalInPlace(interval); 149possibleNullableImpactIntervalTree.AddIntervalInPlace(directive.Span); 242PossibleNullableImpactIntervalTree.AddIntervalInPlace(nullableImpactingSpan);
Microsoft.CodeAnalysis.Features (1)
SimplifyTypeNamesDiagnosticAnalyzerBase.cs (1)
262intervalTree.AddIntervalInPlace(span);
Microsoft.CodeAnalysis.Workspaces (13)
Classification\ClassifierHelper.cs (1)
205semanticPartsTree.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));