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))
360
public TypeKind? TypeKind => (_category == SymbolCategory.
Type
) ? (TypeKind)_kind : null;
367
SymbolCategory.
Type
=> symbol is ITypeSymbol type && type.TypeKind == (TypeKind)_kind,
376
SymbolCategory.
Type
=> new XElement(nameof(TypeKind), GetTypeKindString((TypeKind)_kind)),