18 references to PropertyWellKnownAttributeData
Microsoft.CodeAnalysis.CSharp (18)
Symbols\Source\SourcePropertySymbolBase.cs (18)
717var data = this.GetDecodedWellKnownAttributeData(); 1354private PropertyWellKnownAttributeData GetDecodedWellKnownAttributeData() 1362return (PropertyWellKnownAttributeData)attributesBag.DecodedWellKnownAttributeData; 1431var data = GetDecodedWellKnownAttributeData(); 1535arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasSpecialNameAttribute = true; 1539arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasExcludeFromCodeCoverageAttribute = true; 1543CSharpAttributeData.DecodeSkipLocalsInitAttribute<PropertyWellKnownAttributeData>(DeclaringCompilation, ref arguments); 1564arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasDisallowNullAttribute = true; 1568arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasAllowNullAttribute = true; 1572arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasMaybeNullAttribute = true; 1576arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasNotNullAttribute = true; 1581CSharpAttributeData.DecodeMemberNotNullAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1586CSharpAttributeData.DecodeMemberNotNullWhenAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1597arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasUnscopedRefAttribute = true; 1642var data = GetDecodedWellKnownAttributeData(); 1651var data = GetDecodedWellKnownAttributeData(); 1660var data = GetDecodedWellKnownAttributeData(); 1669var data = GetDecodedWellKnownAttributeData();