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