2 references to WithAttributes
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\DocumentState.cs (1)
396return WithAttributes(Attributes.With(sourceCodeKind: kind));
Workspace\Solution\SolutionState.cs (1)
965var newDocument = oldDocument.WithAttributes(updateAttributes(oldDocument.Attributes, arg));