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