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