1 write to _propertyDefs
Microsoft.CodeAnalysis (1)
PEWriter\FullMetadataWriter.cs (1)
98_propertyDefs = new DefinitionIndex<IPropertyDefinition>(numPropertyDefsGuess);
3 references to _propertyDefs
Microsoft.CodeAnalysis (3)
PEWriter\FullMetadataWriter.cs (3)
198return MetadataTokens.PropertyDefinitionHandle(_propertyDefs[def]); 203return _propertyDefs.Rows; 408_propertyDefs.Add(propertyDef);