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