9 references to SyntaxTreeFilePath
Microsoft.CodeAnalysis.Workspaces (8)
Workspace\Solution\DocumentState.cs (7)
76info.Attributes.SyntaxTreeFilePath, 310Attributes.SyntaxTreeFilePath, 367newTree = treeFactory.CreateSyntaxTree(Attributes.SyntaxTreeFilePath, options, existingTree.Encoding, LoadTextOptions.ChecksumAlgorithm, existingRoot); 378Attributes.SyntaxTreeFilePath, 435newAttributes.SyntaxTreeFilePath, 475Attributes.SyntaxTreeFilePath, 544var tree = factory.CreateSyntaxTree(attributes.SyntaxTreeFilePath, options, encoding, checksumAlgorithm, newRoot);
Workspace\Solution\DocumentState_LinkedFileReuse.cs (1)
48var filePath = this.Attributes.SyntaxTreeFilePath;
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\DocumentInfoTests.cs (1)
100Assert.Equal(expectedSyntaxTreeFilePath, info.Attributes.SyntaxTreeFilePath);