11 references to SyntaxTreeFilePath
Microsoft.CodeAnalysis.Workspaces (11)
Workspace\Solution\DocumentState.cs (9)
76info.Attributes.SyntaxTreeFilePath, 323Attributes.SyntaxTreeFilePath, 359newTree = treeFactory.CreateSyntaxTree(Attributes.SyntaxTreeFilePath, options, text: null, existingTree.Encoding, LoadTextOptions.ChecksumAlgorithm, existingRoot); 370Attributes.SyntaxTreeFilePath, 404if (newAttributes.SyntaxTreeFilePath != Attributes.SyntaxTreeFilePath) 412newAttributes.SyntaxTreeFilePath, 470Attributes.SyntaxTreeFilePath, 538var tree = factory.CreateSyntaxTree(attributes.SyntaxTreeFilePath, options, text: null, encoding, checksumAlgorithm, newRoot);
Workspace\Solution\DocumentState_LinkedFileReuse.cs (1)
120arg: (filePath: attributes.SyntaxTreeFilePath, languageServices, loadTextOptions, parseOptions, originalTreeSource, siblingTextSource, siblingTreeSource, forceEvenIfTreesWouldDiffer));
Workspace\Solution\SourceGeneratedDocumentState.cs (1)
239var newTree = factory.CreateSyntaxTree(Attributes.SyntaxTreeFilePath, ParseOptions, sourceText, sourceText.Encoding, sourceText.ChecksumAlgorithm, newRoot);