1 implementation of GetPrototype
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
1302
public abstract string
GetPrototype
(SyntaxNode node, ISymbol symbol, PrototypeFlags flags);
2 references to GetPrototype
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\ExternalElements\AbstractExternalCodeElement.cs (1)
317
=> CodeModelService.
GetPrototype
(null, LookupSymbol(), (PrototypeFlags)flags);
CodeModel\InternalElements\AbstractCodeElement.cs (1)
270
=> CodeModelService.
GetPrototype
(LookupNode(), LookupSymbol(), (PrototypeFlags)flags);