1 implementation of GetMethodXml
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
736public abstract string GetMethodXml(SyntaxNode node, SemanticModel semanticModel);
1 reference to GetMethodXml
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeFunction.IMethodXML.cs (1)
21return CodeModelService.GetMethodXml(LookupNode(), GetSemanticModel());