1 type derived from CommandAttribute
Microsoft.CodeAnalysis.ExternalAccess.Xaml (1)
External\XamlCommandAttribute.cs (1)
13
internal sealed class XamlCommandAttribute(string command) :
CommandAttribute
(command);
2 instantiations of CommandAttribute
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Commands\ExecuteWorkspaceCommandTests.cs (1)
48
[
Command
(CommandName)]
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\Commands\CreateEventCommandHandler.cs (1)
26
[
Command
(StringConstants.CreateEventHandlerCommand)]