15 writes to AllowDefault
Microsoft.CodeAnalysis.CSharp.Features (2)
ExternalAccess\Pythia\PythiaDeclarationNameRecommender.cs (1)
22
internal sealed class PythiaDeclarationNameRecommender([Import(
AllowDefault
= true)] Lazy<IPythiaDeclarationNameRecommenderImplementation>? implementation) : IDeclarationNameRecommender
MoveToNamespace\CSharpMoveToNamespaceService.cs (1)
17
[Import(
AllowDefault
= true)] IMoveToNamespaceOptionsService optionsService) :
Microsoft.CodeAnalysis.Features (11)
Diagnostics\Service\DiagnosticAnalyzerService.cs (1)
29
[Import(
AllowDefault
= true)] IAsynchronousOperationListenerProvider? listenerProvider) : IWorkspaceServiceFactory
EditAndContinue\EditAndContinueService.cs (2)
34
[Import(
AllowDefault
= true)] IEditAndContinueSessionTracker? sessionTracker = null) : IEditAndContinueWorkspaceService
64
[Import(
AllowDefault
= true)] IEditAndContinueLogReporter? logReporter)
ExternalAccess\VSTypeScript\VSTypeScriptClassificationService.cs (1)
24
[Import(
AllowDefault
= true)] IVSTypeScriptClassificationService? classificationService) : IClassificationService
ExternalAccess\VSTypeScript\VSTypeScriptFormattingService.cs (1)
20
internal sealed class VSTypeScriptFormattingService([Import(
AllowDefault
= true)] IVSTypeScriptFormattingServiceImplementation impl) : IFormattingService
ExternalAccess\VSTypeScript\VSTypeScriptNavigateToSearchService.cs (1)
26
[Import(
AllowDefault
= true)] IVSTypeScriptNavigateToSearchService? searchService) : INavigateToSearchService
ExternalAccess\VSTypeScript\VSTypeScriptTaskListService.cs (1)
20
internal sealed class VSTypeScriptTaskListService([Import(
AllowDefault
= true)] IVSTypeScriptTaskListServiceImplementation impl) : ITaskListService
PdbSourceDocument\PdbFileLocatorService.cs (1)
22
[Import(
AllowDefault
= true)] IPdbSourceDocumentLogger? logger) : IPdbFileLocatorService
PdbSourceDocument\PdbSourceDocumentLoaderService.cs (1)
25
[Import(
AllowDefault
= true)] IPdbSourceDocumentLogger? logger) : IPdbSourceDocumentLoaderService
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (1)
39
[Import(
AllowDefault
= true)] IPdbSourceDocumentLogger? logger) : IMetadataAsSourceFileProvider
SemanticSearch\SemanticSearchDocumentSupportsFeatureService.cs (1)
16
[Import(
AllowDefault
= true)] Lazy<ISemanticSearchSolutionService>? solutionService) : IDocumentSupportsFeatureService
Microsoft.CodeAnalysis.Workspaces (1)
TemporaryStorage\TemporaryStorageService.Factory.cs (1)
19
[Import(
AllowDefault
= true)] IWorkspaceThreadingService? workspaceThreadingService) : IWorkspaceServiceFactory
System.Composition.Convention (1)
System\Composition\Convention\ImportConventionBuilder.cs (1)
140
AllowDefault
= _allowDefault
1 reference to AllowDefault
System.Composition.TypedParts (1)
System\Composition\TypedParts\ContractHelpers.cs (1)
42
allowDefault = ia.
AllowDefault
;