1 type derived from CommonPropertyWellKnownAttributeData
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Attributes\WellKnownAttributeData\PropertyWellKnownAttributeData.cs (1)
15internal sealed class PropertyWellKnownAttributeData : CommonPropertyWellKnownAttributeData, ISkipLocalsInitAttributeTarget, IMemberNotNullAttributeTarget
4 references to CommonPropertyWellKnownAttributeData
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Source\SourcePropertySymbol.vb (4)
518Private Function GetDecodedWellKnownAttributeData() As CommonPropertyWellKnownAttributeData 524Return DirectCast(attributesBag.DecodedWellKnownAttributeData, CommonPropertyWellKnownAttributeData) 583arguments.GetOrCreateData(Of CommonPropertyWellKnownAttributeData).HasSpecialNameAttribute = True 586arguments.GetOrCreateData(Of CommonPropertyWellKnownAttributeData).HasExcludeFromCodeCoverageAttribute = True