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