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)
337bool result = _typeDefs.TryGetRowId(def, out int rowId); 359bool result = _methodDefs.TryGetRowId(def, out int rowId);