Skip to content

Commit 11822ce

Browse files
Docs
1 parent 14e8575 commit 11822ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/EditorFeatures/Core.Wpf/InlineHints/InlineHintsTagger.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ namespace Microsoft.CodeAnalysis.Editor.InlineHints;
2424

2525
internal partial class InlineHintsTaggerProvider
2626
{
27+
/// <summary>The computed adornment tag for an inline hint, along with information needed to determine if it can be
28+
/// reused. This is created and cached on <see cref="InlineHintDataTag.AdditionalData"/> on demand so that we only
29+
/// create adornment tags once and reuse as long as possible.</summary>
2730
/// <param name="classified">Whether or not the adornment tag was classified. If the option for this changes, this
2831
/// cached tag should not be reused.</param>
2932
/// <param name="format">The text formatting used to create the hint. If this format no longer matches the current

0 commit comments

Comments
 (0)