9 references to ThrowIfNull
Microsoft.CodeAnalysis.InteractiveHost (9)
Interactive\Core\InteractiveHost.cs (4)
365
Contract.
ThrowIfNull
(code);
380
Contract.
ThrowIfNull
(path);
394
Contract.
ThrowIfNull
(reference);
405
Contract.
ThrowIfNull
(baseDirectory);
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
113
Contract.
ThrowIfNull
(result.InitializationResult);
Interactive\Core\InteractiveHostOptions.cs (1)
48
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);