13 references to Language
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Options\OptionsProvider.cs (1)
24=> ValueTaskFactory.FromResult(reader(optionsReader, languageServices.Language));
Microsoft.CodeAnalysis.EditorFeatures (4)
Options\TextBufferOptionProviders.cs (3)
24return optionsProvider.GlobalOptions.GetDocumentationCommentOptions(lineFormattingOptions, languageServices.Language); 62AutoFormattingOptions = optionsProvider.GlobalOptions.GetAutoFormattingOptions(languageServices.Language), 64IndentStyle = optionsProvider.GlobalOptions.GetOption(IndentationOptionsStorage.SmartIndent, languageServices.Language)
Shared\Extensions\HostWorkspaceServicesExtensions.cs (1)
42workspace.Services.SolutionServices.GetProjectServices(buffer.ContentType)?.Language : null;
Microsoft.CodeAnalysis.Features (2)
AddImport\AddImportOptions.cs (1)
28MemberDisplayOptions = options.GetMemberDisplayOptions(languageServices.Language)
QuickInfo\QuickInfoServiceWithProviders.cs (1)
38.Where(lz => lz.Metadata.Language == _services.Language))
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Services\ClientOptionsProvider.cs (2)
21var lazyOptions = ImmutableInterlocked.GetOrAdd(ref _cache, languageServices.Language, _ => AsyncLazy.Create( 27=> callback.InvokeAsync((callback, cancellationToken) => callback.GetOptionsAsync(callbackId, languageServices.Language, cancellationToken), cancellationToken).AsTask();
Services\SemanticSearch\RemoteSemanticSearchService.cs (1)
32=> callback.InvokeAsync((callback, cancellationToken) => callback.GetClassificationOptionsAsync(callbackId, languageServices.Language, cancellationToken), cancellationToken);
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Options\OptionsProvider.cs (1)
24=> ValueTaskFactory.FromResult(reader(optionsReader, languageServices.Language));
Workspace\Solution\DocumentState_LinkedFileReuse.cs (1)
185if (siblingRoot.Language != languageServices.Language)
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
485=> new(globalOptions.GetClassificationOptions(languageServices.Language));