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