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