10 references to Properties
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (8)
SignatureHelp\AttributeSignatureHelpProviderTests.cs (8)
300
new($"SomethingAttribute({FeaturesResources.
Properties
}: [goo = int])", string.Empty, string.Empty, currentParameterIndex: 0)
389
new($"SomethingAttribute({FeaturesResources.
Properties
}: [goo = int])", string.Empty, string.Empty, currentParameterIndex: 0)
517
new($"DerivedAttribute({FeaturesResources.
Properties
}: [Name = string])", string.Empty, string.Empty, currentParameterIndex: 0)
551
new($"SomethingAttribute([int goo = 0], [string bar = null], {FeaturesResources.
Properties
}: [fieldbar = string], [fieldfoo = int])", string.Empty, "GooParameter", currentParameterIndex: 0)
578
new($"SomethingAttribute([int goo = 0], [string bar = null], {FeaturesResources.
Properties
}: [fieldbar = string], [fieldfoo = int])", string.Empty, "BarParameter", currentParameterIndex: 1)
605
new($"SomethingAttribute([int goo = 0], [string bar = null], {FeaturesResources.
Properties
}: [fieldbar = string], [fieldfoo = int])", string.Empty, string.Empty, currentParameterIndex: 2)
632
new($"SomethingAttribute([int goo = 0], {FeaturesResources.
Properties
}: [goo = int])", string.Empty, "GooParameter", currentParameterIndex: 0)
657
new($"SomethingAttribute([int goo = 0], {FeaturesResources.
Properties
}: [goo = int])", string.Empty, string.Empty, currentParameterIndex: 1)
Microsoft.CodeAnalysis.CSharp.Features (1)
SignatureHelp\AttributeSignatureHelpProvider.cs (1)
205
new SymbolDisplayPart(SymbolDisplayPartKind.Text, null, FeaturesResources.
Properties
),
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\FilterSet.cs (1)
86
PropertyFilter = CreateCompletionFilterAndAddToBuilder(FeaturesResources.
Properties
, 'p', WellKnownTags.Property);