Hi all.
I have a simple task that I cannot get to work. So, In my tesdt program i have a string builder filled up with som eXML code. Then I call XDocument.Parse(sb.tostring()) but when I break on that statement and press F11, I get redirected to some strange places.
I was expecting to end on
[__DynamicallyInvokable]
public static XDocument Parse(string text)
{
return Parse(text, LoadOptions.None);
}

But instead I get placed some random places inside the LOAD method. what can I do to get this to work in a correct way?
I am on Reflector 9.0.1.374 VSPro

[edit] - Maybe its time to rename this chanel to Reflector or create a new Reflector9... Just saying ;-)
omheien
0

Comments

1 comment

  • Russell D
    Hi omheien,

    I've contacted you through the support ticket that was created, and look forward to your answer.
    Russell D
    0

Add comment

Please sign in to leave a comment.