1 reference to WithFile
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
14238
var newNode = node.WithHashToken(node.HashToken).WithLoadKeyword(node.LoadKeyword).
WithFile
(node.File).WithEndOfDirectiveToken(node.EndOfDirectiveToken).WithIsActive(node.IsActive);