Options

Problems tracing the framework

omheienomheien Posts: 29
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 ;-)

Comments

Sign In or Register to comment.