Implemented interface member:
4 overrides of TryGetValue
Microsoft.VisualStudio.LanguageServices (4)
TableDataSource\TableEntriesFactory.cs (1)
208public override bool TryGetValue(int index, string columnName, [NotNullWhen(true)] out object? content)
TableDataSource\TaskList\VisualStudioTaskListTable.cs (1)
203public override bool TryGetValue(int index, string columnName, [NotNullWhen(true)] out object? content)
TableDataSource\VisualStudioBaseDiagnosticListTable.LiveTableDataSource.cs (1)
356public override bool TryGetValue(int index, string columnName, [NotNullWhen(returnValue: true)] out object? content)
TableDataSource\VisualStudioDiagnosticListTable.BuildTableDataSource.cs (1)
141public override bool TryGetValue(int index, string columnName, [NotNullWhen(true)] out object? content)