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