File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/EditorFeatures/Core.Wpf/InlineHints Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,11 @@ namespace Microsoft.CodeAnalysis.Editor.InlineHints;
1010
1111internal partial class InlineHintsTaggerProvider
1212{
13- /// <summary>The computed adornment tag for an inline hint, along with information needed to determine if it can be
14- /// reused. This is created and cached on <see cref="InlineHintDataTag.AdditionalData"/> on demand so that we only
15- /// create adornment tags once and reuse as long as possible.</summary>
13+ /// <summary>
14+ /// The computed adornment tag for an inline hint, along with information needed to determine if it can be reused.
15+ /// This is created and cached on <see cref="InlineHintDataTag.AdditionalData"/> on demand so that we only create
16+ /// adornment tags once and reuse as long as possible.
17+ /// </summary>
1618 /// <param name="classified">Whether or not the adornment tag was classified. If the option for this changes, this
1719 /// cached tag should not be reused.</param>
1820 /// <param name="format">The text formatting used to create the hint. If this format no longer matches the current
You can’t perform that action at this time.
0 commit comments