3 writes to _methodNameForInsertFullMethodCall
Microsoft.VisualStudio.LanguageServices (3)
Snippets\AbstractSnippetExpansionClient.cs (3)
565_state._methodNameForInsertFullMethodCall = methodSymbols.First().Name; 930_state._methodNameForInsertFullMethodCall = method.Name; 1208_methodNameForInsertFullMethodCall = null;
2 references to _methodNameForInsertFullMethodCall
Microsoft.VisualStudio.LanguageServices (2)
Snippets\AbstractSnippetExpansionClient.cs (2)
790if (_state._methodNameForInsertFullMethodCall != method.Name) 1203public bool IsFullMethodCallSnippet => _expansionSession is not null && _methodNameForInsertFullMethodCall is not null;