9 references to ThrowIfNull
Microsoft.CodeAnalysis.InteractiveHost (9)
AsyncLazy`1.cs (3)
114
Contract.
ThrowIfNull
(asynchronousComputeFunction);
248
Contract.
ThrowIfNull
(_synchronousComputeFunction);
361
Contract.
ThrowIfNull
(_asynchronousComputeFunction);
Interactive\Core\InteractiveHost.cs (4)
366
Contract.
ThrowIfNull
(code);
381
Contract.
ThrowIfNull
(path);
395
Contract.
ThrowIfNull
(reference);
406
Contract.
ThrowIfNull
(baseDirectory);
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
115
Contract.
ThrowIfNull
(result.InitializationResult);
Interactive\Core\InteractiveHostOptions.cs (1)
42
Contract.
ThrowIfNull
(hostPath);