4 references to Type
Microsoft.CodeAnalysis.CodeStyle (4)
SymbolSpecification.cs (4)
383: this(SymbolCategory.Type, checked((byte)typeKind)) 393public TypeKind? TypeKind => (_category == SymbolCategory.Type) ? (TypeKind)_kind : null; 400SymbolCategory.Type => symbol is ITypeSymbol type && type.TypeKind == (TypeKind)_kind, 409SymbolCategory.Type => new XElement(nameof(TypeKind), GetTypeKindString((TypeKind)_kind)),