18 references to PropertyWellKnownAttributeData
Microsoft.CodeAnalysis.CSharp (18)
Symbols\Source\SourcePropertySymbolBase.cs (18)
695var data = this.GetDecodedWellKnownAttributeData(); 1328private PropertyWellKnownAttributeData GetDecodedWellKnownAttributeData() 1336return (PropertyWellKnownAttributeData)attributesBag.DecodedWellKnownAttributeData; 1405var data = GetDecodedWellKnownAttributeData(); 1509arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasSpecialNameAttribute = true; 1513arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasExcludeFromCodeCoverageAttribute = true; 1517CSharpAttributeData.DecodeSkipLocalsInitAttribute<PropertyWellKnownAttributeData>(DeclaringCompilation, ref arguments); 1538arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasDisallowNullAttribute = true; 1542arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasAllowNullAttribute = true; 1546arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasMaybeNullAttribute = true; 1550arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasNotNullAttribute = true; 1555CSharpAttributeData.DecodeMemberNotNullAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1560CSharpAttributeData.DecodeMemberNotNullWhenAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1571arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasUnscopedRefAttribute = true; 1616var data = GetDecodedWellKnownAttributeData(); 1625var data = GetDecodedWellKnownAttributeData(); 1634var data = GetDecodedWellKnownAttributeData(); 1643var data = GetDecodedWellKnownAttributeData();