8 references to With
Microsoft.CodeAnalysis.Workspaces (8)
Workspace\Solution\DocumentInfo.cs (8)
120=> With(attributes: Attributes.With(id: id ?? throw new ArgumentNullException(nameof(id)))); 123=> With(attributes: Attributes.With(name: name ?? throw new ArgumentNullException(nameof(name)))); 126=> With(attributes: Attributes.With(folders: PublicContract.ToBoxedImmutableArrayWithNonNullItems(folders, nameof(folders)))); 129=> With(attributes: Attributes.With(sourceCodeKind: kind)); 132=> With(attributes: Attributes.With(filePath: filePath)); 135=> With(loader: loader); 138=> With(attributes: Attributes.With(designTimeOnly: designTimeOnly)); 141=> With(documentServiceProvider: new(provider));