18 references to PropertyWellKnownAttributeData
Microsoft.CodeAnalysis.CSharp (18)
Symbols\Source\SourcePropertySymbolBase.cs (18)
720var data = this.GetDecodedWellKnownAttributeData(); 1371private PropertyWellKnownAttributeData GetDecodedWellKnownAttributeData() 1379return (PropertyWellKnownAttributeData)attributesBag.DecodedWellKnownAttributeData; 1458var data = GetDecodedWellKnownAttributeData(); 1562arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasSpecialNameAttribute = true; 1566arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasExcludeFromCodeCoverageAttribute = true; 1570CSharpAttributeData.DecodeSkipLocalsInitAttribute<PropertyWellKnownAttributeData>(DeclaringCompilation, ref arguments); 1587arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasDisallowNullAttribute = true; 1591arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasAllowNullAttribute = true; 1595arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasMaybeNullAttribute = true; 1599arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasNotNullAttribute = true; 1604CSharpAttributeData.DecodeMemberNotNullAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1609CSharpAttributeData.DecodeMemberNotNullWhenAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1620arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasUnscopedRefAttribute = true; 1669var data = GetDecodedWellKnownAttributeData(); 1678var data = GetDecodedWellKnownAttributeData(); 1687var data = GetDecodedWellKnownAttributeData(); 1696var data = GetDecodedWellKnownAttributeData();