3 writes to DocumentExtensions
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
CodeFixes\CodeFixServiceTests.cs (2)
895
DocumentExtensions
= new[] { ".txt" })]
913
DocumentExtensions
= new[] { ".txt" })]
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixes\ExportCodeFixProviderAttribute.cs (1)
95
this.
DocumentExtensions
= null;
1 reference to DocumentExtensions
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeFixes\CodeFixService.cs (1)
945
=> new(attribute.DocumentKinds, attribute.
DocumentExtensions
);