15 references to AddIntervalInPlace
Microsoft.CodeAnalysis.CodeStyle (12)
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);
SimplifyTypeNamesDiagnosticAnalyzerBase.cs (1)
262intervalTree.AddIntervalInPlace(span);
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpRemoveUnnecessaryNullableDirectiveDiagnosticAnalyzer.cs (3)
100possibleNullableImpactIntervalTree.AddIntervalInPlace(interval); 149possibleNullableImpactIntervalTree.AddIntervalInPlace(directive.Span); 242PossibleNullableImpactIntervalTree.AddIntervalInPlace(nullableImpactingSpan);