5 references to PropertyDefinitionHandle
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeltaMetadataWriter.cs (2)
374
=> MetadataTokens.
PropertyDefinitionHandle
(_propertyDefs.GetRowId(def));
1439
propertyList: MetadataTokens.
PropertyDefinitionHandle
(_propertyMap.GetRowId(typeId)));
PEWriter\FullMetadataWriter.cs (1)
197
return MetadataTokens.
PropertyDefinitionHandle
(_propertyDefs[def]);
System.Reflection.Emit (2)
System\Reflection\Emit\ModuleBuilderImpl.cs (2)
322
property._handle = MetadataTokens.
PropertyDefinitionHandle
(_nextPropertyRowId++);
925
propertyList: MetadataTokens.
PropertyDefinitionHandle
(firstPropertyToken));