Base:
method
TryGetRowId
Microsoft.CodeAnalysis.Emit.DeltaMetadataWriter.DefinitionIndexBase<T>.TryGetRowId(T, out System.Int32)
2 references to TryGetRowId
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeltaMetadataWriter.cs (2)
337
bool result = _typeDefs.
TryGetRowId
(def, out int rowId);
359
bool result = _methodDefs.
TryGetRowId
(def, out int rowId);