1 implementation of HasDefaultValue
Microsoft.CodeAnalysis (1)
Emit\NoPia\CommonEmbeddedProperty.cs (1)
101
bool Cci.IPropertyDefinition.
HasDefaultValue
2 references to HasDefaultValue
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (2)
1264
if (propertyDef.
HasDefaultValue
)
2414
if (!propDef.
HasDefaultValue
)