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