3 writes to DisplayName
Microsoft.VisualStudio.LanguageServices (2)
ExternalAccess\VSTypeScript\Api\VSTypeScriptVisualStudioProjectWrapper.cs (1)
22set => Project.DisplayName = value;
ProjectSystem\Legacy\AbstractLegacyProject_IVsHierarchyEvents.cs (1)
73ProjectSystemProject.DisplayName = name;
Microsoft.VisualStudio.LanguageServices.Implementation (1)
ProjectSystem\CPS\CPSProject_IWorkspaceProjectContext.cs (1)
41set => _projectSystemProject.DisplayName = value;
2 references to DisplayName
Microsoft.VisualStudio.LanguageServices (1)
ExternalAccess\VSTypeScript\Api\VSTypeScriptVisualStudioProjectWrapper.cs (1)
21get => Project.DisplayName;
Microsoft.VisualStudio.LanguageServices.Implementation (1)
ProjectSystem\CPS\CPSProject_IWorkspaceProjectContext.cs (1)
40get => _projectSystemProject.DisplayName;