'Debug into the [from metadata] file in visual studio

In my project I am using 'Execute' function of 'namespace Microsoft.AnalysisServices.AdomdClient' and 'AdomdCommand' class.

Microsoft Documentation Link

I want to debug into this Execute function implementation but when I press (Ctrl+F12) in my VS it goes to meta as shown below:

enter image description here

I have added the 'Microsoft.AnalysisServices.AdomdClient.dll' in my project assembly and also inside packages but still I am not able to go inside 'Execute' function implementation and end up at the metadeta. Please see the solution explorer:

enter image description here

What shall I do to import the dll so that I can debug the implementation of 'Execute' function?? Thanks!!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source