2 references to MethodKindSize
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceMemberMethodSymbol.cs (2)
42private const int IsExtensionMethodOffset = MethodKindOffset + MethodKindSize; 65private const int MethodKindMask = (1 << MethodKindSize) - 1;