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