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