1 instantiation of ArgumentKey
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
553
private static ArgumentKey CreateArgumentKey(object? id) =>
new
(id);
2 references to ArgumentKey
Microsoft.VisualStudio.LanguageServices (2)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (2)
553
private static
ArgumentKey
CreateArgumentKey(object? id) => new(id);
953
=> obj is
ArgumentKey
&&