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