1 implementation of LanguageServiceGuid
Microsoft.VisualStudio.LanguageServices (1)
Snippets\AbstractSnippetExpansionLanguageHelper.cs (1)
26
public abstract Guid
LanguageServiceGuid
{ get; }
4 references to LanguageServiceGuid
Microsoft.VisualStudio.LanguageServices (4)
Snippets\SnippetExpansionClient.cs (4)
521
if (expansion.InsertExpansion(textSpan, textSpan, this, _languageHelper.
LanguageServiceGuid
, out _state._expansionSession) == VSConstants.S_OK)
559
if (expansion.InsertSpecificExpansion(doc, textSpan, this, _languageHelper.
LanguageServiceGuid
, pszRelativePath: null, out _state._expansionSession) == VSConstants.S_OK)
924
if (expansion.InsertSpecificExpansion(doc, adjustedTextSpan, this, _languageHelper.
LanguageServiceGuid
, pszRelativePath: null, out _state._expansionSession) == VSConstants.S_OK)
1014
hr = expansion.InsertNamedExpansion(pszTitle, pszPath, textSpan, this, _languageHelper.
LanguageServiceGuid
, fShowDisambiguationUI: 0, pSession: out _state._expansionSession);