7 references to ThrowIfNull
Microsoft.CodeAnalysis.InteractiveHost (7)
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 (1)
115
Contract.
ThrowIfNull
(asynchronousComputeFunction);