3 writes to _methodNameForInsertFullMethodCall
Microsoft.VisualStudio.LanguageServices (3)
Snippets\SnippetExpansionClient.cs (3)
561_state._methodNameForInsertFullMethodCall = methodSymbols.First().Name; 929_state._methodNameForInsertFullMethodCall = method.Name; 1187_methodNameForInsertFullMethodCall = null;
2 references to _methodNameForInsertFullMethodCall
Microsoft.VisualStudio.LanguageServices (2)
Snippets\SnippetExpansionClient.cs (2)
797if (_state._methodNameForInsertFullMethodCall != method.Name) 1182public bool IsFullMethodCallSnippet => _expansionSession is not null && _methodNameForInsertFullMethodCall is not null;