1 write to LanguageServiceGuid
Microsoft.VisualStudio.LanguageServices (1)
Snippets\AbstractSnippetExpansionClient.cs (1)
102
LanguageServiceGuid
= languageServiceGuid;
4 references to LanguageServiceGuid
Microsoft.VisualStudio.LanguageServices (4)
Snippets\AbstractSnippetExpansionClient.cs (4)
524
if (expansion.InsertExpansion(textSpan, textSpan, this,
LanguageServiceGuid
, out _state._expansionSession) == VSConstants.S_OK)
562
if (expansion.InsertSpecificExpansion(doc, textSpan, this,
LanguageServiceGuid
, pszRelativePath: null, out _state._expansionSession) == VSConstants.S_OK)
927
if (expansion.InsertSpecificExpansion(doc, adjustedTextSpan, this,
LanguageServiceGuid
, pszRelativePath: null, out _state._expansionSession) == VSConstants.S_OK)
1017
hr = expansion.InsertNamedExpansion(pszTitle, pszPath, textSpan, this,
LanguageServiceGuid
, fShowDisambiguationUI: 0, pSession: out _state._expansionSession);