9 references to StructureTag
Microsoft.CodeAnalysis.EditorFeatures (9)
Structure\AbstractStructureTaggerProvider.cs (6)
216var tag = new StructureTag(this, span, snapshot); 223if (latestTag is not StructureTag latestStructureTag || previousTag is not StructureTag previousStructureTag) 250internal abstract object? GetCollapsedHintForm(StructureTag structureTag); 300/// Given a <see cref="StructureTag"/>, creates an ITextBuffer with the content to display 303protected ITextBuffer CreateElisionBufferForTagTooltip(StructureTag tag)
Structure\StructureTag.cs (3)
19: IContainerStructureTag, IEquatable<StructureTag> 84=> Equals(obj as StructureTag); 86public bool Equals(StructureTag? other)