2 references to MethodKind
Microsoft.CodeAnalysis.CodeStyle (2)
EditorConfigNamingStyleParser_SymbolSpec.cs (1)
368switch (symbol.MethodKind)
SymbolSpecification.cs (1)
410SymbolCategory.Method => new XElement(nameof(MethodKind), GetMethodKindString((MethodKind)_kind)),