18 references to PropertyWellKnownAttributeData
Microsoft.CodeAnalysis.CSharp (18)
Symbols\Source\SourcePropertySymbolBase.cs (18)
718var data = this.GetDecodedWellKnownAttributeData(); 1360private PropertyWellKnownAttributeData GetDecodedWellKnownAttributeData() 1368return (PropertyWellKnownAttributeData)attributesBag.DecodedWellKnownAttributeData; 1437var data = GetDecodedWellKnownAttributeData(); 1541arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasSpecialNameAttribute = true; 1545arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasExcludeFromCodeCoverageAttribute = true; 1549CSharpAttributeData.DecodeSkipLocalsInitAttribute<PropertyWellKnownAttributeData>(DeclaringCompilation, ref arguments); 1570arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasDisallowNullAttribute = true; 1574arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasAllowNullAttribute = true; 1578arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasMaybeNullAttribute = true; 1582arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasNotNullAttribute = true; 1587CSharpAttributeData.DecodeMemberNotNullAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1592CSharpAttributeData.DecodeMemberNotNullWhenAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1603arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasUnscopedRefAttribute = true; 1648var data = GetDecodedWellKnownAttributeData(); 1657var data = GetDecodedWellKnownAttributeData(); 1666var data = GetDecodedWellKnownAttributeData(); 1675var data = GetDecodedWellKnownAttributeData();