2 instantiations of TagNameWithClosingBehavior
Microsoft.CodeAnalysis.Razor.Workspaces (2)
AutoInsert\AutoClosingTagOnAutoInsertProvider.cs (2)
113return new TagNameWithClosingBehavior(name, autoClosingBehavior); 135return new TagNameWithClosingBehavior(name, autoClosingBehavior);
1 reference to TagNameWithClosingBehavior
Microsoft.CodeAnalysis.Razor.Workspaces (1)
AutoInsert\AutoClosingTagOnAutoInsertProvider.cs (1)
91private static TagNameWithClosingBehavior? TryResolveAutoClosingBehavior(RazorCodeDocument codeDocument, int afterCloseAngleIndex)