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