2 overrides of GetPropertyDefs
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
381
protected override IReadOnlyList<IPropertyDefinition>
GetPropertyDefs
()
PEWriter\FullMetadataWriter.cs (1)
201
protected override IReadOnlyList<IPropertyDefinition>
GetPropertyDefs
()
5 references to GetPropertyDefs
Microsoft.CodeAnalysis (5)
PEWriter\MetadataWriter.cs (5)
2004
this.AddCustomAttributesToTable(
GetPropertyDefs
(), def => GetPropertyDefIndex(def));
2385
foreach (IPropertyDefinition propDef in this.
GetPropertyDefs
())
2580
var propertyDefs = this.
GetPropertyDefs
();
2586
foreach (IPropertyDefinition propertyDef in this.
GetPropertyDefs
())
2699
var propertyDefs = this.
GetPropertyDefs
();