41 references to FSharp
Microsoft.CodeAnalysis.EditorFeatures (1)
FindReferences\FindReferencesCommandHandler.cs (1)
135
IncludeKindColumn = document.Project.Language != LanguageNames.
FSharp
Microsoft.CodeAnalysis.ExternalAccess.FSharp (35)
FSharpGlobalOptions.cs (4)
30
get => _globalOptions.GetOption(CompletionViewOptionsStorage.BlockForCompletionItems, LanguageNames.
FSharp
);
31
set => _globalOptions.SetGlobalOption(CompletionViewOptionsStorage.BlockForCompletionItems, LanguageNames.
FSharp
, value);
37
SolutionCrawlerOptionsStorage.BackgroundAnalysisScopeOption, LanguageNames.
FSharp
,
40
SolutionCrawlerOptionsStorage.CompilerDiagnosticsScopeOption, LanguageNames.
FSharp
,
Internal\Classification\FSharpClassificationService.cs (1)
22
[ExportLanguageService(typeof(IClassificationService), LanguageNames.
FSharp
)]
Internal\CommentSelection\FSharpCommentSelectionService.cs (1)
20
[ExportLanguageService(typeof(ICommentSelectionService), LanguageNames.
FSharp
)]
Internal\Completion\FSharpInternalCommonCompletionProvider.cs (1)
24
internal override string Language => LanguageNames.
FSharp
;
Internal\Diagnostics\FSharpDocumentDiagnosticAnalyzer.cs (2)
23
[ExportLanguageService(typeof(FSharpDocumentDiagnosticAnalyzerService), LanguageNames.
FSharp
)]
46
[DiagnosticAnalyzer(LanguageNames.
FSharp
)]
Internal\Diagnostics\FSharpSimplifyNameDiagnosticAnalyzer.cs (2)
23
[ExportLanguageService(typeof(FSharpSimplifyNameDiagnosticAnalyzerService), LanguageNames.
FSharp
)]
41
[DiagnosticAnalyzer(LanguageNames.
FSharp
)]
Internal\Diagnostics\FSharpUnusedDeclarationsAnalyzer.cs (2)
23
[ExportLanguageService(typeof(FSharpUnusedDeclarationsDiagnosticAnalyzerService), LanguageNames.
FSharp
)]
41
[DiagnosticAnalyzer(LanguageNames.
FSharp
)]
Internal\Diagnostics\FSharpUnusedOpensDiagnosticAnalyzer.cs (2)
20
[ExportLanguageService(typeof(FSharpUnusedOpensDiagnosticAnalyzerService), LanguageNames.
FSharp
)]
38
[DiagnosticAnalyzer(LanguageNames.
FSharp
)]
Internal\DocumentHighlighting\FSharpDocumentHighlightsService.cs (1)
55
[ExportLanguageService(typeof(IDocumentHighlightsService), LanguageNames.
FSharp
)]
Internal\Editor\FindUsages\FSharpFindUsagesService.cs (1)
17
[ExportLanguageService(typeof(IFindUsagesService), LanguageNames.
FSharp
)]
Internal\Editor\FSharpBraceMatcher.cs (1)
17
[ExportBraceMatcher(LanguageNames.
FSharp
), Shared]
Internal\Editor\FSharpContentTypeLanguageService.cs (1)
16
[ExportContentTypeLanguageService(FSharpContentTypeNames.FSharpContentType, LanguageNames.
FSharp
), Shared]
Internal\Editor\FSharpDefinitionLocationService.cs (1)
16
[ExportLanguageService(typeof(IDefinitionLocationService), LanguageNames.
FSharp
), Shared]
Internal\Editor\FSharpEditorFormattingService.cs (3)
22
[ExportLanguageService(typeof(IFormattingInteractionService), LanguageNames.
FSharp
)]
68
var indentStyle = _globalOptions.GetOption(IndentationOptionsStorage.SmartIndent, LanguageNames.
FSharp
);
69
var options = _globalOptions.GetAutoFormattingOptions(LanguageNames.
FSharp
);
Internal\Editor\FSharpEditorInlineRenameService.cs (1)
186
[ExportLanguageService(typeof(IEditorInlineRenameService), LanguageNames.
FSharp
)]
Internal\Editor\FSharpNavigationBarItemService.cs (1)
25
[ExportLanguageService(typeof(INavigationBarItemService), LanguageNames.
FSharp
)]
Internal\Editor\Implementation\Debugging\FSharpBreakpointResolutionService.cs (1)
19
[ExportLanguageService(typeof(IBreakpointResolutionService), LanguageNames.
FSharp
)]
Internal\Editor\Implementation\Debugging\FSharpLanguageDebugInfoService.cs (1)
17
[ExportLanguageService(typeof(ILanguageDebugInfoService), LanguageNames.
FSharp
), Shared]
Internal\InlineHints\FSharpInlineHintsService.cs (1)
17
[ExportLanguageService(typeof(IInlineHintsService), LanguageNames.
FSharp
), Shared]
Internal\NavigateTo\FSharpNavigateToSearchService.cs (1)
19
[ExportLanguageService(typeof(INavigateToSearchService), LanguageNames.
FSharp
)]
Internal\Navigation\FSharpFindDefinitionService.cs (1)
16
[ExportLanguageService(typeof(INavigableItemsService), LanguageNames.
FSharp
), Shared]
Internal\SignatureHelp\FSharpSignatureHelpProvider.cs (1)
19
[ExportSignatureHelpProvider(nameof(FSharpSignatureHelpProvider), LanguageNames.
FSharp
)]
Internal\Structure\FSharpBlockStructureService.cs (2)
18
[ExportLanguageService(typeof(BlockStructureService), LanguageNames.
FSharp
)]
30
public override string Language => LanguageNames.
FSharp
;
TaskList\FSharpTaskListService.cs (1)
17
[ExportLanguageService(typeof(ITaskListService), LanguageNames.
FSharp
)]
VS\IFSharpWorkspaceProjectContextFactory.cs (1)
69
languageName: LanguageNames.
FSharp
,
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Extensions\Extensions.cs (1)
228
case LanguageNames.
FSharp
:
LanguageInfoProvider.cs (1)
19
private static readonly LanguageInformation s_fsharpLanguageInformation = new(LanguageNames.
FSharp
, ".fsx");
ProtocolConstants.cs (1)
13
public static ImmutableArray<string> RoslynLspLanguages = [LanguageNames.CSharp, LanguageNames.VisualBasic, LanguageNames.
FSharp
];
Microsoft.CodeAnalysis.UnitTests (1)
Analyzers\AnalyzerFileReferenceTests.cs (1)
723
[Generator(LanguageNames.
FSharp
)]
Roslyn.VisualStudio.Next.UnitTests (1)
Services\SolutionServiceTests.cs (1)
177
.Add(LanguageNames.
FSharp
, StructuredAnalyzerConfigOptions.Create(new DictionaryAnalyzerConfigOptions(ImmutableDictionary<string, string>.Empty