2 references to GetImplFlags
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\MethodDefinition.cs (2)
105return _reader.MethodDefTable.GetImplFlags(Handle); 186MethodImplAttributes flags = _reader.MethodDefTable.GetImplFlags(Handle);