2 references to TypeKindSize
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceMemberContainerSymbol.cs (2)
61
private const int NullableContextOffset = TypeKindOffset +
TypeKindSize
;
72
private const int TypeKindMask = (1 <<
TypeKindSize
) - 1;