1 write to _lastSeenContentType
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
SignatureHelp\Controller.cs (1)
136
_lastSeenContentType
= currentContentType;
1 reference to _lastSeenContentType
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
SignatureHelp\Controller.cs (1)
129
if (_providers == null || currentContentType !=
_lastSeenContentType
)