15 references to AddIntervalInPlace
Microsoft.CodeAnalysis.CodeStyle (12)
src\Analyzers\Core\Analyzers\SimplifyTypeNames\SimplifyTypeNamesDiagnosticAnalyzerBase.cs (1)
247intervalTree.AddIntervalInPlace(span);
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.CodeAnalysis.CSharp.CodeStyle (3)
src\Analyzers\CSharp\Analyzers\RemoveUnnecessaryNullableDirective\CSharpRemoveUnnecessaryNullableDirectiveDiagnosticAnalyzer.cs (3)
92possibleNullableImpactIntervalTree.AddIntervalInPlace(interval); 141possibleNullableImpactIntervalTree.AddIntervalInPlace(directive.Span); 234PossibleNullableImpactIntervalTree.AddIntervalInPlace(nullableImpactingSpan);