231 references to Unreachable
Microsoft.CodeAnalysis.CSharp.Features (64)
CodeRefactorings\ConvertLocalFunctionToMethod\CSharpConvertLocalFunctionToMethodCodeRefactoringProvider.cs (2)
212
localFunction = root.GetCurrentNode(localFunction) ?? throw ExceptionUtilities.
Unreachable
();
213
container = root.GetCurrentNode(container) ?? throw ExceptionUtilities.
Unreachable
();
CodeRefactorings\SyncNamespace\CSharpChangeNamespaceService.cs (4)
69
throw ExceptionUtilities.
Unreachable
();
87
throw ExceptionUtilities.
Unreachable
();
98
throw ExceptionUtilities.
Unreachable
();
268
throw ExceptionUtilities.
Unreachable
();
Completion\CompletionProviders\CompletionUtilities.cs (1)
240
throw ExceptionUtilities.
Unreachable
();
Completion\CompletionProviders\DeclarationName\DeclarationNameInfo.cs (1)
755
(symbolKindOrTypeKind.MethodKind.HasValue ? SymbolKind.Method : throw ExceptionUtilities.
Unreachable
());
Completion\CompletionProviders\EnumAndCompletionListTagCompletionProvider.cs (1)
99
throw ExceptionUtilities.
Unreachable
();
Completion\CompletionProviders\PropertySubPatternCompletionProvider.cs (2)
119
throw ExceptionUtilities.
Unreachable
();
135
_ => throw ExceptionUtilities.
Unreachable
(),
ConvertLinq\ConvertForEachToLinqQuery\AbstractConverter.cs (2)
92
throw ExceptionUtilities.
Unreachable
();
289
throw ExceptionUtilities.
Unreachable
();
ConvertLinq\ConvertForEachToLinqQuery\AbstractToMethodConverter.cs (2)
152
throw ExceptionUtilities.
Unreachable
();
173
throw ExceptionUtilities.
Unreachable
();
ConvertPrimaryToRegularConstructor\ConvertPrimaryToRegularConstructorCodeRefactoringProvider.cs (1)
291
throw ExceptionUtilities.
Unreachable
();
ConvertProgram\ConvertProgramTransform_TopLevelStatements.cs (1)
251
throw ExceptionUtilities.
Unreachable
();
ConvertToExtension\ExtensionMethodEqualityComparer.cs (2)
60
=> throw ExceptionUtilities.
Unreachable
();
111
=> throw ExceptionUtilities.
Unreachable
();
DocumentationComments\CSharpDocumentationCommentSnippetService.cs (1)
168
_ => throw ExceptionUtilities.
Unreachable
()
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1261
throw ExceptionUtilities.
Unreachable
();
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
295
throw ExceptionUtilities.
Unreachable
();
ExtractMethod\CSharpSelectionResult.ExpressionResult.cs (1)
51
throw ExceptionUtilities.
Unreachable
();
ExtractMethod\CSharpSelectionResult.StatementResult.cs (1)
103
throw ExceptionUtilities.
Unreachable
();
ExtractMethod\CSharpSelectionValidator.cs (1)
159
throw ExceptionUtilities.
Unreachable
();
GenerateType\CSharpGenerateTypeService.cs (2)
303
throw ExceptionUtilities.
Unreachable
();
677
throw ExceptionUtilities.
Unreachable
();
InitializeParameter\CSharpInitializeMemberFromPrimaryConstructorParameterCodeRefactoringProvider_Update.cs (1)
128
throw ExceptionUtilities.
Unreachable
();
InitializeParameter\CSharpInitializeMemberFromPrimaryConstructorParameterCodeRefactoringProvider.cs (2)
233
throw ExceptionUtilities.
Unreachable
();
265
throw ExceptionUtilities.
Unreachable
();
SignatureHelp\ElementAccessExpressionSignatureHelpProvider.cs (1)
130
throw ExceptionUtilities.
Unreachable
();
SignatureHelp\InvocationExpressionSignatureHelpProvider.cs (1)
130
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Analyzers\CSharp\Analyzers\RemoveUnnecessaryCast\CSharpRemoveUnnecessaryCastDiagnosticAnalyzer.cs (1)
33
_ => throw ExceptionUtilities.
Unreachable
(),
src\roslyn\src\Analyzers\CSharp\Analyzers\UseAutoProperty\CSharpUseAutoPropertyAnalyzer.cs (1)
197
_ => throw ExceptionUtilities.
Unreachable
(),
src\roslyn\src\Analyzers\CSharp\Analyzers\UseCollectionExpression\CSharpUseCollectionExpressionForArrayDiagnosticAnalyzer.cs (1)
179
_ => throw ExceptionUtilities.
Unreachable
(),
src\roslyn\src\Analyzers\CSharp\Analyzers\UseCollectionExpression\UseCollectionExpressionHelpers.cs (1)
1217
_ => throw ExceptionUtilities.
Unreachable
(),
src\roslyn\src\Analyzers\CSharp\Analyzers\UsePatternMatching\CSharpAsAndNullCheckDiagnosticAnalyzer.cs (1)
76
_ => throw ExceptionUtilities.
Unreachable
(),
src\roslyn\src\Analyzers\CSharp\CodeFixes\ConvertNamespace\ConvertNamespaceTransform.cs (1)
299
(_, _) => throw ExceptionUtilities.
Unreachable
());
src\roslyn\src\Analyzers\CSharp\CodeFixes\ConvertToRecord\PositionalParameterInfo.cs (1)
68
_ => throw ExceptionUtilities.
Unreachable
(),
src\roslyn\src\Analyzers\CSharp\CodeFixes\GenerateMethod\GenerateDeconstructMethodCodeFixProvider.cs (1)
77
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Analyzers\CSharp\CodeFixes\MakeMemberRequired\CSharpMakeMemberRequiredCodeFixProvider.cs (1)
105
_ => throw ExceptionUtilities.
Unreachable
(),
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveAsyncModifier\CSharpRemoveAsyncModifierCodeFixProvider.cs (1)
44
_ => throw ExceptionUtilities.
Unreachable
()
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveUnusedParametersAndValues\CSharpRemoveUnusedValuesCodeFixProvider.cs (1)
244
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpCollectionExpressionRewriter.cs (2)
504
throw ExceptionUtilities.
Unreachable
();
601
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForArrayCodeFixProvider.cs (3)
79
_ => throw ExceptionUtilities.
Unreachable
(),
85
_ => throw ExceptionUtilities.
Unreachable
(),
112
_ => throw ExceptionUtilities.
Unreachable
(),
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForStackAllocCodeFixProvider.cs (3)
55
_ => throw ExceptionUtilities.
Unreachable
(),
61
_ => throw ExceptionUtilities.
Unreachable
(),
87
_ => throw ExceptionUtilities.
Unreachable
(),
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseIndexOrRangeOperator\CSharpUseRangeOperatorCodeFixProvider.cs (1)
134
_ => throw ExceptionUtilities.
Unreachable
(),
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseIsNullCheck\CSharpUseNullCheckOverTypeCheckCodeFixProvider.cs (1)
53
_ => throw ExceptionUtilities.
Unreachable
()
src\roslyn\src\Analyzers\CSharp\CodeFixes\UsePatternMatching\CSharpAsAndMemberAccessCodeFixProvider.cs (1)
146
_ => throw ExceptionUtilities.
Unreachable
()
src\roslyn\src\Analyzers\CSharp\CodeFixes\UsePrimaryConstructor\CSharpUsePrimaryConstructorCodeFixProvider.cs (1)
506
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseUtf8StringLiteral\UseUtf8StringLiteralCodeFixProvider.cs (2)
101
throw ExceptionUtilities.
Unreachable
();
135
throw ExceptionUtilities.
Unreachable
();
TaskList\CSharpTaskListService.cs (1)
58
throw ExceptionUtilities.
Unreachable
();
Wrapping\SeparatedSyntaxList\CSharpCollectionExpressionWrapper.cs (3)
25
protected override string Align_wrapped_items => throw ExceptionUtilities.
Unreachable
();
26
protected override string Indent_wrapped_items => throw ExceptionUtilities.
Unreachable
();
27
protected override string Unwrap_and_indent_all_items => throw ExceptionUtilities.
Unreachable
();
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (3)
25
protected override string Align_wrapped_items => throw ExceptionUtilities.
Unreachable
();
26
protected override string Indent_wrapped_items => throw ExceptionUtilities.
Unreachable
();
27
protected override string Unwrap_and_indent_all_items => throw ExceptionUtilities.
Unreachable
();
Microsoft.CodeAnalysis.CSharp.Workspaces (14)
Rename\CSharpRenameRewriterLanguageService.cs (2)
428
throw ExceptionUtilities.
Unreachable
();
923
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeStyle\CSharpCodeStyleOptions_Parsing.cs (1)
140
_ => throw ExceptionUtilities.
Unreachable
(),
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\ParenthesizedExpressionSyntaxExtensions.cs (1)
507
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\CSharpTriviaFormatter.cs (1)
406
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\TriviaDataFactory.CodeShapeAnalyzer.cs (1)
219
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpHeaderFacts.cs (1)
45
_ => throw ExceptionUtilities.
Unreachable
(),
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
632
=> throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\ExpressionGenerator.cs (1)
275
? (integerMinValueString ?? throw ExceptionUtilities.
Unreachable
())
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Editing\CSharpImportAdder.cs (1)
144
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ITypeSymbolExtensions.cs (1)
135
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\NameSyntaxExtensions.cs (1)
30
_ => throw ExceptionUtilities.
Unreachable
(),
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpAddImportsService.cs (1)
147
var rewritten = (CompilationUnitSyntax)(base.VisitCompilationUnit(node) ?? throw ExceptionUtilities.
Unreachable
());
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (1)
202
=> throw ExceptionUtilities.
Unreachable
();
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Options\OmniSharpSolutionAnalyzerConfigOptionsUpdater.cs (1)
69
throw ExceptionUtilities.
Unreachable
();
Microsoft.CodeAnalysis.Features (66)
AddImport\AbstractAddImportFeatureService.cs (1)
603
_ => throw ExceptionUtilities.
Unreachable
(),
BraceCompletion\AbstractBraceCompletionService.cs (1)
107
throw ExceptionUtilities.
Unreachable
();
ChangeSignature\AbstractChangeSignatureService.cs (1)
196
_ => throw ExceptionUtilities.
Unreachable
(),
ChangeSignature\Parameter.cs (1)
64
throw ExceptionUtilities.
Unreachable
();
CodeFixes\Configuration\ConfigurationUpdater.cs (1)
303
var analyzerConfigDirectory = PathUtilities.GetDirectoryName(analyzerConfigPath) ?? throw ExceptionUtilities.
Unreachable
();
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.FixAllProvider.cs (1)
61
throw ExceptionUtilities.
Unreachable
();
CodeRefactorings\SyncNamespace\AbstractSyncNamespaceCodeRefactoringProvider.State.cs (1)
123
throw ExceptionUtilities.
Unreachable
();
Completion\Providers\AbstractAggregateEmbeddedLanguageCompletionProvider.cs (1)
115
throw ExceptionUtilities.
Unreachable
();
Completion\Providers\AbstractObjectInitializerCompletionProvider.cs (1)
119
_ => throw ExceptionUtilities.
Unreachable
()
Debugging\DebugInformationReaderProvider.cs (3)
30
=> throw ExceptionUtilities.
Unreachable
();
33
=> throw ExceptionUtilities.
Unreachable
();
36
=> throw ExceptionUtilities.
Unreachable
();
Diagnostics\DiagnosticAnalyzerExtensions.cs (1)
31
=> analyzer.GetType().Assembly.GetName().Name ?? throw ExceptionUtilities.
Unreachable
();
Diagnostics\Service\DiagnosticAnalyzerService_ComputeDiagnosticAnalysisResults.cs (3)
46
throw ExceptionUtilities.
Unreachable
();
113
throw ExceptionUtilities.
Unreachable
();
159
throw ExceptionUtilities.
Unreachable
();
Diagnostics\Service\DiagnosticAnalyzerService_GetDiagnosticsForSpan.cs (1)
152
throw ExceptionUtilities.
Unreachable
();
Diagnostics\Service\DocumentAnalysisExecutor_Helpers.cs (1)
189
throw ExceptionUtilities.
Unreachable
();
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
3693
throw ExceptionUtilities.
Unreachable
();
EditAndContinue\DebuggingSession.cs (2)
843
throw ExceptionUtilities.
Unreachable
();
920
throw ExceptionUtilities.
Unreachable
();
EditAndContinue\EditAndContinueDocumentAnalysesCache.cs (3)
53
throw ExceptionUtilities.
Unreachable
();
98
throw ExceptionUtilities.
Unreachable
();
219
throw ExceptionUtilities.
Unreachable
();
EditAndContinue\EditAndContinueService.cs (1)
172
throw ExceptionUtilities.
Unreachable
();
EditAndContinue\EditSession.cs (2)
855
throw ExceptionUtilities.
Unreachable
();
1591
throw ExceptionUtilities.
Unreachable
();
EditAndContinue\Utilities\Extensions.cs (1)
322
throw ExceptionUtilities.
Unreachable
();
Emit\CompilationOutputFilesWithImplicitPdbPath.cs (1)
42
=> throw ExceptionUtilities.
Unreachable
();
ExternalAccess\UnitTesting\SolutionCrawler\AbstractUnitTestingDocumentDifferenceService.cs (1)
55
throw ExceptionUtilities.
Unreachable
();
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerLogger.cs (1)
209
throw ExceptionUtilities.
Unreachable
();
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingAsyncDocumentWorkItemQueue.cs (1)
59
throw ExceptionUtilities.
Unreachable
();
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingAsyncProjectWorkItemQueue.cs (1)
61
throw ExceptionUtilities.
Unreachable
();
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingAsyncWorkItemQueue.cs (1)
258
throw ExceptionUtilities.
Unreachable
();
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingIncrementalAnalyzerProcessor.cs (2)
208
throw ExceptionUtilities.
Unreachable
();
230
throw ExceptionUtilities.
Unreachable
();
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingLowPriorityProcessor.cs (2)
62
throw ExceptionUtilities.
Unreachable
();
154
throw ExceptionUtilities.
Unreachable
();
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingNormalPriorityProcessor.cs (4)
144
throw ExceptionUtilities.
Unreachable
();
229
throw ExceptionUtilities.
Unreachable
();
283
throw ExceptionUtilities.
Unreachable
();
313
throw ExceptionUtilities.
Unreachable
();
ExtractMethod\MethodExtractor.VariableSymbol.cs (1)
127
=> throw ExceptionUtilities.
Unreachable
();
FindUsages\IRemoteFindUsagesService.cs (2)
128
throw ExceptionUtilities.
Unreachable
();
140
throw ExceptionUtilities.
Unreachable
();
GenerateComparisonOperators\GenerateComparisonOperatorsCodeRefactoringProvider.cs (2)
221
_ => throw ExceptionUtilities.
Unreachable
(),
261
_ => throw ExceptionUtilities.
Unreachable
(),
InheritanceMargin\InheritanceMarginItem.cs (1)
53
=> throw ExceptionUtilities.
Unreachable
();
InitializeParameter\AbstractAddParameterCheckCodeRefactoringProvider.cs (1)
966
_ => throw ExceptionUtilities.
Unreachable
(),
InitializeParameter\AbstractInitializeMemberFromParameterCodeRefactoringProviderMemberCreation.cs (3)
306
throw ExceptionUtilities.
Unreachable
();
353
throw ExceptionUtilities.
Unreachable
();
521
throw ExceptionUtilities.
Unreachable
();
InvertIf\AbstractInvertIfCodeRefactoringProvider.cs (1)
479
throw ExceptionUtilities.
Unreachable
();
LanguageServices\AnonymousTypeDisplayService\AbstractStructuralTypeDisplayService.cs (1)
36
var invokeMethod = anonymousType.DelegateInvokeMethod ?? throw ExceptionUtilities.
Unreachable
();
MetadataAsSource\MetadataAsSourceFileService.cs (1)
117
throw ExceptionUtilities.
Unreachable
();
Shared\Extensions\DocumentExtensions.cs (2)
103
throw ExceptionUtilities.
Unreachable
();
116
throw ExceptionUtilities.
Unreachable
();
SolutionCrawler\AbstractDocumentDifferenceService.cs (2)
77
throw ExceptionUtilities.
Unreachable
();
100
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Analyzers\Core\CodeFixes\GenerateVariable\AbstractGenerateVariableService.State.cs (1)
430
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Analyzers\Core\CodeFixes\Naming\NamingExtensions.cs (1)
26
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Analyzers\Core\CodeFixes\PopulateSwitch\AbstractPopulateSwitchExpressionCodeFixProvider.cs (1)
38
=> switchExpression.Value.Type ?? throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Analyzers\Core\CodeFixes\PopulateSwitch\AbstractPopulateSwitchStatementCodeFixProvider.cs (1)
60
=> switchOperation.Value.Type ?? throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Analyzers\Core\CodeFixes\RemoveUnusedParametersAndValues\AbstractRemoveUnusedValuesCodeFixProvider.cs (1)
378
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Analyzers\Core\CodeFixes\UseCoalesceExpression\AbstractUseCoalesceExpressionForIfNullStatementCheckCodeFixProvider.cs (1)
118
throw ExceptionUtilities.
Unreachable
();
Structure\Syntax\AbstractBlockStructureProvider.cs (1)
71
throw ExceptionUtilities.
Unreachable
();
Microsoft.CodeAnalysis.Workspaces (86)
Classification\SyntaxClassification\AbstractSyntaxClassificationService.cs (1)
43
throw ExceptionUtilities.
Unreachable
();
Classification\SyntaxClassification\SyntacticChangeRangeComputer.cs (1)
238
throw ExceptionUtilities.
Unreachable
();
CodeFixesAndRefactorings\FixAllProviderInfo.cs (1)
127
=> throw ExceptionUtilities.
Unreachable
();
CodeRefactorings\FixAllOccurences\RefactorAllScope.cs (2)
78
_ => throw ExceptionUtilities.
Unreachable
(),
90
_ => throw ExceptionUtilities.
Unreachable
(),
Diagnostics\DiagnosticData.cs (1)
375
throw ExceptionUtilities.
Unreachable
();
FindSymbols\FindReferences\StreamingFindReferencesProgress.cs (1)
48
throw ExceptionUtilities.
Unreachable
();
FindSymbols\StreamingProgressCollector.cs (1)
65
throw ExceptionUtilities.
Unreachable
();
FindSymbols\TopLevelSyntaxTree\NavigateToSearchIndex.NavigateToSearchInfo.cs (1)
777
throw ExceptionUtilities.
Unreachable
();
Options\OptionSet.cs (1)
83
=> throw ExceptionUtilities.
Unreachable
();
ReassignedVariable\AbstractReassignedVariableService.cs (1)
167
_ => throw ExceptionUtilities.
Unreachable
(),
Rename\ConflictEngine\ConflictResolver.cs (1)
317
throw ExceptionUtilities.
Unreachable
();
Rename\ConflictEngine\ConflictResolver.Session.cs (7)
257
throw ExceptionUtilities.
Unreachable
();
469
throw ExceptionUtilities.
Unreachable
();
627
throw ExceptionUtilities.
Unreachable
();
672
throw ExceptionUtilities.
Unreachable
();
707
throw ExceptionUtilities.
Unreachable
();
751
throw ExceptionUtilities.
Unreachable
();
838
throw ExceptionUtilities.
Unreachable
();
Serialization\SerializedPortableExecutableReference.cs (1)
45
throw ExceptionUtilities.
Unreachable
();
Shared\Extensions\SyntaxGeneratorExtensions.cs (1)
219
throw ExceptionUtilities.
Unreachable
();
Shared\Utilities\SemanticMap.Walker.cs (1)
37
throw ExceptionUtilities.
Unreachable
();
Shared\Utilities\XmlFragmentParser.cs (2)
211
throw ExceptionUtilities.
Unreachable
();
217
throw ExceptionUtilities.
Unreachable
();
src\b310f676f7308b7f\SymbolUsageAnalysis.OperationTreeAnalysisData.cs (10)
57
=> throw ExceptionUtilities.
Unreachable
();
60
=> throw ExceptionUtilities.
Unreachable
();
62
=> throw ExceptionUtilities.
Unreachable
();
64
=> throw ExceptionUtilities.
Unreachable
();
66
=> throw ExceptionUtilities.
Unreachable
();
70
=> throw ExceptionUtilities.
Unreachable
();
72
=> throw ExceptionUtilities.
Unreachable
();
74
=> throw ExceptionUtilities.
Unreachable
();
76
=> throw ExceptionUtilities.
Unreachable
();
78
=> throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ReadOnlyMemoryOfCharComparer.cs (1)
51
=> throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\SingleInitNullable.cs (1)
77
return ReadIfInitialized() ?? throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Dependencies\Collections\Extensions\ImmutableArrayExtensions.cs (2)
1016
throw ExceptionUtilities.
Unreachable
();
1026
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Dependencies\Collections\TemporaryArray`1.cs (3)
317
_ => throw ExceptionUtilities.
Unreachable
(),
379
throw ExceptionUtilities.
Unreachable
();
432
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FailFast.cs (2)
45
throw ExceptionUtilities.
Unreachable
(); // to satisfy [DoesNotReturn]
55
throw ExceptionUtilities.
Unreachable
(); // to satisfy [DoesNotReturn]
src\roslyn\src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (2)
275
throw ExceptionUtilities.
Unreachable
();
288
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Dependencies\Threading\ProducerConsumer.cs (1)
388
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\MutableIntervalTree`1.Node.cs (1)
57
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxNodeExtensions.cs (1)
192
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\CustomDataFlowAnalysis.cs (1)
361
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\SymbolUsageAnalysis\SymbolUsageAnalysis.Walker.cs (2)
454
throw ExceptionUtilities.
Unreachable
();
562
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\SymbolUsageAnalysis\SymbolUsageResult.cs (1)
65
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\BottomUpBaseIndentationFinder.cs (1)
181
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormatEngine.cs (1)
105
_commonRoot = startToken.GetCommonRoot(endToken) ?? throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractTriviaDataFactory.AbstractComplexTrivia.cs (2)
69
throw ExceptionUtilities.
Unreachable
();
111
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\TokenData.cs (1)
95
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SymbolSpecification.cs (1)
373
_ => throw ExceptionUtilities.
Unreachable
()
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
142
public string ReadRequiredString() => ReadString() ?? throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.SymbolKeyWriter.cs (4)
354
=> throw ExceptionUtilities.
Unreachable
();
357
=> throw ExceptionUtilities.
Unreachable
();
360
=> throw ExceptionUtilities.
Unreachable
();
389
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\AsyncLazy`1.cs (2)
446
throw ExceptionUtilities.
Unreachable
();
450
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SyntaxPath.cs (1)
83
throw ExceptionUtilities.
Unreachable
();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\TextDocumentExtensions.cs (1)
41
throw ExceptionUtilities.
Unreachable
();
Workspace\Solution\Document.cs (2)
376
throw ExceptionUtilities.
Unreachable
();
512
throw ExceptionUtilities.
Unreachable
();
Workspace\Solution\DocumentState.cs (2)
208
throw ExceptionUtilities.
Unreachable
();
230
throw ExceptionUtilities.
Unreachable
();
Workspace\Solution\ProjectState_Checksum.cs (1)
78
throw ExceptionUtilities.
Unreachable
();
Workspace\Solution\Solution.cs (1)
705
throw ExceptionUtilities.
Unreachable
();
Workspace\Solution\SolutionCompilationState_Checksum.cs (1)
147
throw ExceptionUtilities.
Unreachable
();
Workspace\Solution\SolutionCompilationState.cs (3)
1334
throw ExceptionUtilities.
Unreachable
();
1354
throw ExceptionUtilities.
Unreachable
();
1733
throw ExceptionUtilities.
Unreachable
();
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (4)
273
throw ExceptionUtilities.
Unreachable
();
356
throw ExceptionUtilities.
Unreachable
();
401
throw ExceptionUtilities.
Unreachable
();
471
throw ExceptionUtilities.
Unreachable
();
Workspace\Solution\SolutionState_Checksum.cs (1)
151
throw ExceptionUtilities.
Unreachable
();
Workspace\Solution\TextDocumentState_Checksum.cs (1)
45
throw ExceptionUtilities.
Unreachable
();
Workspace\Solution\TextDocumentStates.cs (1)
101
=> States.TryGetValue(documentId, out var state) ? state : throw ExceptionUtilities.
Unreachable
();
Workspace\Workspace_Editor.cs (1)
709
throw ExceptionUtilities.
Unreachable
();
Workspace\Workspace.cs (1)
524
throw ExceptionUtilities.
Unreachable
();