4 references to Assert
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
AutomaticCompletion\AutomaticLineEnderCommandHandler_Helpers.cs (1)
451
RoslynDebug.
Assert
(false, $"New derived type of {nameof(BaseObjectCreationExpressionSyntax)} is added");
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Rename\CSharpRenameRewriterLanguageService.cs (1)
298
RoslynDebug.
Assert
(_speculativeModel != null, "expanding a syntax node which cannot be speculated?");
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DocumentAnalysisExecutor.cs (1)
74
RoslynDebug.
Assert
(document != null || kind == AnalysisKind.Syntax, "We only support syntactic analysis for non-source documents");
Microsoft.CodeAnalysis.Workspaces (1)
Debug.cs (1)
25
Assert
(value is object, "Unexpected null reference");