Base:
method
GetMethodDefinitionHandle
Microsoft.Cci.MetadataWriter.GetMethodDefinitionHandle(Microsoft.Cci.IMethodDefinition)
3 references to GetMethodDefinitionHandle
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeltaMetadataWriter.cs (3)
174
addedOrChangedMethodsByIndex.Add(MetadataTokens.GetRowNumber(
GetMethodDefinitionHandle
(pair.Key)), pair.Value);
734
_firstParamRowMap.Add(
GetMethodDefinitionHandle
(methodDef), _parameterDefs.NextRowId);
748
var handle =
GetMethodDefinitionHandle
(methodDef);