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