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); 1592arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasDisallowNullAttribute = true; 1596arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasAllowNullAttribute = true; 1600arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasMaybeNullAttribute = true; 1604arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasNotNullAttribute = true; 1609CSharpAttributeData.DecodeMemberNotNullAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1614CSharpAttributeData.DecodeMemberNotNullWhenAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1625arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasUnscopedRefAttribute = true; 1674var data = GetDecodedWellKnownAttributeData(); 1683var data = GetDecodedWellKnownAttributeData(); 1692var data = GetDecodedWellKnownAttributeData(); 1701var data = GetDecodedWellKnownAttributeData();