1 implementation of DefaultValue
Microsoft.CodeAnalysis (1)
Emit\NoPia\CommonEmbeddedProperty.cs (1)
106
MetadataConstant Cci.IPropertyDefinition.
DefaultValue
2 references to DefaultValue
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (2)
2419
Debug.Assert(propDef.
DefaultValue
!= null);
2422
value: propDef.
DefaultValue
.Value);