2 references to TypeKind
Microsoft.CodeAnalysis.CodeStyle (2)
EditorConfigNamingStyleParser_SymbolSpec.cs (1)
383switch (symbol.TypeKind)
SymbolSpecification.cs (1)
409SymbolCategory.Type => new XElement(nameof(TypeKind), GetTypeKindString((TypeKind)_kind)),