18 references to PropertyWellKnownAttributeData
Microsoft.CodeAnalysis.CSharp (18)
Symbols\Source\SourcePropertySymbolBase.cs (18)
718var data = this.GetDecodedWellKnownAttributeData(); 1362private PropertyWellKnownAttributeData GetDecodedWellKnownAttributeData() 1370return (PropertyWellKnownAttributeData)attributesBag.DecodedWellKnownAttributeData; 1444var data = GetDecodedWellKnownAttributeData(); 1548arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasSpecialNameAttribute = true; 1552arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasExcludeFromCodeCoverageAttribute = true; 1556CSharpAttributeData.DecodeSkipLocalsInitAttribute<PropertyWellKnownAttributeData>(DeclaringCompilation, ref arguments); 1578arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasDisallowNullAttribute = true; 1582arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasAllowNullAttribute = true; 1586arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasMaybeNullAttribute = true; 1590arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasNotNullAttribute = true; 1595CSharpAttributeData.DecodeMemberNotNullAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1600CSharpAttributeData.DecodeMemberNotNullWhenAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1611arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasUnscopedRefAttribute = true; 1656var data = GetDecodedWellKnownAttributeData(); 1665var data = GetDecodedWellKnownAttributeData(); 1674var data = GetDecodedWellKnownAttributeData(); 1683var data = GetDecodedWellKnownAttributeData();