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