File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/EditorFeatures/Core.Wpf/InlineHints Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ namespace Microsoft.CodeAnalysis.Editor.InlineHints;
2424
2525internal 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
You can’t perform that action at this time.
0 commit comments