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