7 references to ThrowIfNull
Microsoft.CodeAnalysis.InteractiveHost (7)
Interactive\Core\InteractiveHost.cs (4)
365Contract.ThrowIfNull(code); 380Contract.ThrowIfNull(path); 394Contract.ThrowIfNull(reference); 405Contract.ThrowIfNull(baseDirectory);
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
113Contract.ThrowIfNull(result.InitializationResult);
Interactive\Core\InteractiveHostOptions.cs (1)
48Contract.ThrowIfNull(hostPath);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\AsyncLazy`1.cs (1)
115Contract.ThrowIfNull(asynchronousComputeFunction);