5 references to ThrowIfNull
Microsoft.CodeAnalysis.CodeStyle (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\TestHooks\TaskExtensions.cs (2)
53
Contract.
ThrowIfNull
(task, nameof(task));
90
Contract.
ThrowIfNull
(task, nameof(task));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\BKTree.cs (3)
53
Contract.
ThrowIfNull
(concatenatedLowerCaseWords, nameof(_concatenatedLowerCaseWords));
66
Contract.
ThrowIfNull
(value, nameof(value));
67
Contract.
ThrowIfNull
(_concatenatedLowerCaseWords, nameof(_concatenatedLowerCaseWords));