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