1 write to LanguageServiceGuid
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
Snippets\AbstractSnippetExpansionClient.cs (1)
50LanguageServiceGuid = languageServiceGuid;
2 references to LanguageServiceGuid
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (2)
Snippets\AbstractSnippetExpansionClient.cs (2)
314ExpansionSession = expansion.InsertExpansion(dataBufferSpan, this, LanguageServiceGuid); 355ExpansionSession = expansion.InsertNamedExpansion(title, pszPath, new SnapshotSpan(textSpan, 0), this, LanguageServiceGuid, false);