11 references to ThrowIfNull
Microsoft.CodeAnalysis.CSharp.Features (1)
StringIndentation\CSharpStringIndentationService.cs (1)
167Contract.ThrowIfNull(offsetOpt);
Microsoft.CodeAnalysis.Features (9)
Completion\Providers\AbstractMemberInsertingCompletionProvider.cs (3)
89Contract.ThrowIfNull(lineStart); 162Contract.ThrowIfNull(startToken); 164Contract.ThrowIfNull(endToken);
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
6543Contract.ThrowIfNull(primaryParameterMap);
EmbeddedLanguages\RegularExpressions\RegexParser.cs (3)
374Contract.ThrowIfNull(firstCharIndex); 375Contract.ThrowIfNull(lastCharIndex); 1726Contract.ThrowIfNull(number);
FindUsages\DefinitionItemFactory.cs (2)
162Contract.ThrowIfNull(info.ReferencedThrough); 215Contract.ThrowIfNull(info.ReferencedThrough);
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\IIndentationService.cs (1)
35Contract.ThrowIfNull(firstNonWhitespacePos);