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