18 references to _0_is_inherited
Microsoft.VisualStudio.LanguageServices (4)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyphViewModel.cs (4)
56var startOfThePlaceholder = ServicesVSResources._0_is_inherited.IndexOf("{0}", StringComparison.Ordinal); 57var prefixString = ServicesVSResources._0_is_inherited[..startOfThePlaceholder]; 58var suffixString = ServicesVSResources._0_is_inherited[(startOfThePlaceholder + "{0}".Length)..]; 133var automationName = string.Format(ServicesVSResources._0_is_inherited, member.DisplayTexts.JoinText());
Microsoft.VisualStudio.LanguageServices.UnitTests (14)
InheritanceMargin\InheritanceMarginViewModelTests.vb (14)
164Dim tooltipTextForIBar = String.Format(ServicesVSResources._0_is_inherited, "interface IBar") 165Dim tooltipTextForBar = String.Format(ServicesVSResources._0_is_inherited, "class Bar") 196Dim tooltipTextForAbsBar = String.Format(ServicesVSResources._0_is_inherited, "class AbsBar") 197Dim tooltipTextForAbstractFoo = String.Format(ServicesVSResources._0_is_inherited, "abstract void AbsBar.Foo()") 198Dim tooltipTextForBar = String.Format(ServicesVSResources._0_is_inherited, "class Bar") 199Dim tooltipTextForOverrideFoo = String.Format(ServicesVSResources._0_is_inherited, "override void Bar.Foo()") 238Dim tooltipTextForIBar1 = String.Format(ServicesVSResources._0_is_inherited, "interface IBar1") 239Dim tooltipTextForIBar2 = String.Format(ServicesVSResources._0_is_inherited, "interface IBar2") 240Dim tooltipTextForIBar3 = String.Format(ServicesVSResources._0_is_inherited, "interface IBar3") 276Dim tooltipTextForBar1 = String.Format(ServicesVSResources._0_is_inherited, "class Bar1") 280Dim tooltipTextForBar2 = String.Format(ServicesVSResources._0_is_inherited, "class Bar2") 288Dim tooltipTextForBar3 = String.Format(ServicesVSResources._0_is_inherited, "class Bar3") 336Dim tooltipTextForIBar1 = String.Format(ServicesVSResources._0_is_inherited, "interface IBar1") 338Dim tooltipTextForBarSample = String.Format(ServicesVSResources._0_is_inherited, "class BarSample")