9 references to FilePath
Microsoft.CodeAnalysis.Workspaces (9)
Workspace\Solution\AnalyzerConfigDocumentState.cs (2)
48
Attributes.
FilePath
== newAttributes.
FilePath
? _lazyAnalyzerConfig : null);
Workspace\Solution\DocumentInfo.cs (5)
46
public string? FilePath => Attributes.
FilePath
;
208
var newFilePath = filePath.HasValue ? filePath.Value :
FilePath
;
216
newFilePath ==
FilePath
&&
230
=>
FilePath
?? (SourceCodeKind == SourceCodeKind.Regular ? Name : "");
239
writer.WriteString(
FilePath
);
Workspace\Solution\TextDocumentState.cs (1)
49
public string? FilePath => Attributes.
FilePath
;
Workspace\Workspace.cs (1)
1152
if (oldAttributes.
FilePath
!= newInfo.FilePath)