为什么Obfuscator的这些设置不会混淆公共类的私有方法?
<Var name="KeepPublicApi" value="true" />
<Var name="HidePrivateApi" value="true" />
在Reflector中看起来像:
private void A(MarketDataEventArgs args1)
{
if ((args1.get_MarketDataType() == null) && (this.A != args1.get_Price()))
{
this.A = args1.get_Price();
...