16 references to WrapAttributes
Microsoft.CodeAnalysis.Razor.Workspaces (4)
CodeActions\Razor\RazorCodeActionFactory.cs (1)
34
Name = LanguageServerConstants.CodeActions.
WrapAttributes
,
CodeActions\Razor\WrapAttributesCodeActionProvider.cs (1)
86
Action = LanguageServerConstants.CodeActions.
WrapAttributes
,
CodeActions\Razor\WrapAttributesCodeActionResolver.cs (1)
19
public string Action => LanguageServerConstants.CodeActions.
WrapAttributes
;
Protocol\LanguageServerConstants.cs (1)
54
public const string WrapAttributes = nameof(
WrapAttributes
);
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (6)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\CodeActions\WrapAttributeTests.cs (6)
35
codeActionName: LanguageServerConstants.CodeActions.
WrapAttributes
);
56
codeActionName: LanguageServerConstants.CodeActions.
WrapAttributes
);
75
codeActionName: LanguageServerConstants.CodeActions.
WrapAttributes
);
89
codeActionName: LanguageServerConstants.CodeActions.
WrapAttributes
);
102
codeActionName: LanguageServerConstants.CodeActions.
WrapAttributes
);
129
codeActionName: LanguageServerConstants.CodeActions.
WrapAttributes
);
Microsoft.VisualStudioCode.RazorExtension.UnitTests (6)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\CodeActions\WrapAttributeTests.cs (6)
35
codeActionName: LanguageServerConstants.CodeActions.
WrapAttributes
);
56
codeActionName: LanguageServerConstants.CodeActions.
WrapAttributes
);
75
codeActionName: LanguageServerConstants.CodeActions.
WrapAttributes
);
89
codeActionName: LanguageServerConstants.CodeActions.
WrapAttributes
);
102
codeActionName: LanguageServerConstants.CodeActions.
WrapAttributes
);
129
codeActionName: LanguageServerConstants.CodeActions.
WrapAttributes
);