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