Base:
property
FilePath
Microsoft.CodeAnalysis.SyntaxTree.FilePath
1 write to FilePath
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Syntax\Mocks\MockCSharpSyntaxTree.cs (1)
31FilePath = filePath ?? string.Empty;
2 references to FilePath
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Syntax\Mocks\MockCSharpSyntaxTree.cs (2)
59=> new MockCSharpSyntaxTree((CSharpSyntaxNode)root, _sourceText, (CSharpParseOptions)options, FilePath); 62=> new MockCSharpSyntaxTree(_root, _sourceText, Options, FilePath);