3 references to HasDefault
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
1265
result |= PropertyAttributes.
HasDefault
;
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\Custom\MetadataSignatureHelper.cs (1)
192
if ((attributes & PropertyAttributes.
HasDefault
) != 0)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Properties\RoProperty.cs (1)
154
if ((Attributes & PropertyAttributes.
HasDefault
) == 0)