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)
787
if (_state.
_methodNameForInsertFullMethodCall
!= method.Name)
1179
public bool IsFullMethodCallSnippet => _expansionSession is not null &&
_methodNameForInsertFullMethodCall
is not null;