18 references to PropertyWellKnownAttributeData
Microsoft.CodeAnalysis.CSharp (18)
Symbols\Source\SourcePropertySymbolBase.cs (18)
611var data = this.GetDecodedWellKnownAttributeData(); 1089private PropertyWellKnownAttributeData GetDecodedWellKnownAttributeData() 1097return (PropertyWellKnownAttributeData)attributesBag.DecodedWellKnownAttributeData; 1166var data = GetDecodedWellKnownAttributeData(); 1254arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasSpecialNameAttribute = true; 1258arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasExcludeFromCodeCoverageAttribute = true; 1262CSharpAttributeData.DecodeSkipLocalsInitAttribute<PropertyWellKnownAttributeData>(DeclaringCompilation, ref arguments); 1282arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasDisallowNullAttribute = true; 1286arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasAllowNullAttribute = true; 1290arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasMaybeNullAttribute = true; 1294arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasNotNullAttribute = true; 1299CSharpAttributeData.DecodeMemberNotNullAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1304CSharpAttributeData.DecodeMemberNotNullWhenAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1310arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasUnscopedRefAttribute = true; 1336var data = GetDecodedWellKnownAttributeData(); 1345var data = GetDecodedWellKnownAttributeData(); 1354var data = GetDecodedWellKnownAttributeData(); 1363var data = GetDecodedWellKnownAttributeData();