2 overrides of GetProperties
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\ExtensionGroupingInfo.cs (2)
762protected override IEnumerable<IPropertyDefinition> GetProperties(EmitContext context) 901protected override IEnumerable<IPropertyDefinition> GetProperties(EmitContext context) => SpecializedCollections.EmptyEnumerable<IPropertyDefinition>();
1 reference to GetProperties
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\ExtensionGroupingInfo.cs (1)
650return GetProperties(context);