3 writes to _methodNameForInsertFullMethodCall
Microsoft.VisualStudio.LanguageServices (3)
Snippets\SnippetExpansionClient.cs (3)
562_state._methodNameForInsertFullMethodCall = methodSymbols.First().Name; 927_state._methodNameForInsertFullMethodCall = method.Name; 1184_methodNameForInsertFullMethodCall = null;
2 references to _methodNameForInsertFullMethodCall
Microsoft.VisualStudio.LanguageServices (2)
Snippets\SnippetExpansionClient.cs (2)
787if (_state._methodNameForInsertFullMethodCall != method.Name) 1179public bool IsFullMethodCallSnippet => _expansionSession is not null && _methodNameForInsertFullMethodCall is not null;