19 references to PropertyWellKnownAttributeData
Microsoft.CodeAnalysis.CSharp (19)
Symbols\Source\SourcePropertySymbolBase.cs (19)
718var data = this.GetDecodedWellKnownAttributeData(); 1370private PropertyWellKnownAttributeData GetDecodedWellKnownAttributeData() 1378return (PropertyWellKnownAttributeData)attributesBag.DecodedWellKnownAttributeData; 1470var data = GetDecodedWellKnownAttributeData(); 1574arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasSpecialNameAttribute = true; 1578arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasExcludeFromCodeCoverageAttribute = true; 1582CSharpAttributeData.DecodeSkipLocalsInitAttribute<PropertyWellKnownAttributeData>(DeclaringCompilation, ref arguments); 1604arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasDisallowNullAttribute = true; 1608arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasAllowNullAttribute = true; 1612arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasMaybeNullAttribute = true; 1616arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasNotNullAttribute = true; 1621CSharpAttributeData.DecodeMemberNotNullAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1626CSharpAttributeData.DecodeMemberNotNullWhenAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1637arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasUnscopedRefAttribute = true; 1652arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasRequiresUnsafeAttribute = true; 1687var data = GetDecodedWellKnownAttributeData(); 1696var data = GetDecodedWellKnownAttributeData(); 1705var data = GetDecodedWellKnownAttributeData(); 1714var data = GetDecodedWellKnownAttributeData();