1 write to Project
Microsoft.CodeAnalysis.Features (1)
SymbolMapping\SymbolMappingResult.cs (1)
19Project = project;
3 references to Project
Microsoft.CodeAnalysis.Features (3)
FindUsages\FindUsagesHelpers.cs (1)
49return (mapping.Symbol, mapping.Project);
InheritanceMargin\AbstractInheritanceMarginService_Helpers.cs (1)
113project ??= mappingResult.Project;
SymbolMapping\SymbolMappingResult.cs (1)
23public Solution Solution => Project.Solution;