1 implementation of LessThanSlashToken
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxKinds.cs (1)
55public int LessThanSlashToken => (int)SyntaxKind.LessThanSlashToken;
1 reference to LessThanSlashToken
Microsoft.CodeAnalysis.EditorFeatures (1)
DocumentationComments\AbstractXmlTagCompletionCommandHandler.cs (1)
150else if (token.RawKind == syntaxKinds.LessThanSlashToken)