1 write to FilePath
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SourceGeneratedDocumentIdentity.cs (1)
32FilePath = filePath;
5 references to FilePath
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorUri.cs (1)
41identity.FilePath,
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\SourceGeneratedDocumentIdentity.cs (1)
84writer.WriteString(FilePath);
Workspace\Solution\SourceGeneratedDocumentState.cs (3)
100documentIdentity.FilePath, 107var newTree = factory.CreateSyntaxTree(documentIdentity.FilePath, parseOptions, generatedSourceText, generatedSourceText.Encoding, generatedSourceText.ChecksumAlgorithm, syntaxNode); 120filePath: documentIdentity.FilePath,