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