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