9 references to ThrowIfNull
Microsoft.CodeAnalysis.InteractiveHost (9)
Interactive\Core\InteractiveHost.cs (4)
364
Contract.
ThrowIfNull
(code);
379
Contract.
ThrowIfNull
(path);
393
Contract.
ThrowIfNull
(reference);
404
Contract.
ThrowIfNull
(baseDirectory);
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
111
Contract.
ThrowIfNull
(result.InitializationResult);
Interactive\Core\InteractiveHostOptions.cs (1)
47
Contract.
ThrowIfNull
(hostPath);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\AsyncLazy`1.cs (3)
116
Contract.
ThrowIfNull
(asynchronousComputeFunction);
260
Contract.
ThrowIfNull
(_synchronousComputeFunction);
378
Contract.
ThrowIfNull
(_asynchronousComputeFunction);