4 references to Type
Microsoft.CodeAnalysis.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SymbolSpecification.cs (4)
350: this(SymbolCategory.Type, checked((byte)typeKind)) 360public TypeKind? TypeKind => (_category == SymbolCategory.Type) ? (TypeKind)_kind : null; 367SymbolCategory.Type => symbol is ITypeSymbol type && type.TypeKind == (TypeKind)_kind, 376SymbolCategory.Type => new XElement(nameof(TypeKind), GetTypeKindString((TypeKind)_kind)),