1 write to Category
Microsoft.CodeAnalysis.Features (1)
DesignerAttribute\DesignerAttributeDiscoveryService.cs (1)
277
Category
= 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);
260
if (data.
Category
!= existingInfo.category)
Microsoft.VisualStudio.LanguageServices (3)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (3)
221
if (string.Equals(currentStringValue, data.
Category
, StringComparison.OrdinalIgnoreCase))
229
pwszAttributeValue: data.
Category
);
271
await updateService.SetProjectItemDesignerTypeAsync(data.FilePath, data.
Category
).ConfigureAwait(false);
Roslyn.VisualStudio.Next.UnitTests (1)
Services\ServiceHubServicesTests.cs (1)
175
Assert.Equal("Form", info.
Category
);