1 write to Category
Microsoft.CodeAnalysis.Features (1)
DesignerAttribute\DesignerAttributeDiscoveryService.cs (1)
277Category = category,
7 references to Category
Microsoft.CodeAnalysis.Features (3)
DesignerAttribute\DesignerAttributeData.cs (1)
22/// The document this <see cref="Category"/> applies to.
DesignerAttribute\DesignerAttributeDiscoveryService.cs (2)
217_documentToLastReportedInformation[data.DocumentId] = (data.Category, projectVersion); 260if (data.Category != existingInfo.category)
Microsoft.VisualStudio.LanguageServices (3)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (3)
221if (string.Equals(currentStringValue, data.Category, StringComparison.OrdinalIgnoreCase)) 229pwszAttributeValue: data.Category); 271await updateService.SetProjectItemDesignerTypeAsync(data.FilePath, data.Category).ConfigureAwait(false);
Roslyn.VisualStudio.Next.UnitTests (1)
Services\ServiceHubServicesTests.cs (1)
175Assert.Equal("Form", info.Category);