4 references to Get_help_for_0
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
Preview\PreviewPaneService.cs (1)
56
helpLinkToolTipText: (helpLinkUri != null) ? string.Format(EditorFeaturesResources.
Get_help_for_0
, data.Id) : null,
Microsoft.VisualStudio.LanguageServices (3)
PreviewPane\PreviewPaneService.cs (1)
109
helpLinkToolTipText: (helpLinkUri != null) ? string.Format(EditorFeaturesResources.
Get_help_for_0
, data.Id) : null,
TableDataSource\VisualStudioBaseDiagnosticListTable.LiveTableDataSource.cs (1)
380
content = (data.GetValidHelpLinkUri() != null) ? string.Format(EditorFeaturesResources.
Get_help_for_0
, data.Id) : null;
TableDataSource\VisualStudioDiagnosticListTable.BuildTableDataSource.cs (1)
166
content = (data.GetValidHelpLinkUri() != null) ? string.Format(EditorFeaturesResources.
Get_help_for_0
, data.Id) : null;