4 references to IsSpacingSuppressed
Microsoft.CodeAnalysis.CodeStyle (3)
AbstractFormatEngine.cs (1)
462if (!context.IsSpacingSuppressed(spanBetweenTokens, triviaInfo.TreatAsElastic))
AbstractFormatEngine.OperationApplier.cs (1)
347if (_context.IsSpacingSuppressed(spanBetweenTokens, triviaInfo.TreatAsElastic))
FormattingContext.cs (1)
671return IsSpacingSuppressed(spanBetweenTwoTokens, containsElasticTrivia: false);
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
TriviaDataFactory.ComplexTrivia.cs (1)
57if (context.IsSpacingSuppressed(span, TreatAsElastic))