18 references to PropertyWellKnownAttributeData
Microsoft.CodeAnalysis.CSharp (18)
Symbols\Source\SourcePropertySymbolBase.cs (18)
720var data = this.GetDecodedWellKnownAttributeData(); 1388private PropertyWellKnownAttributeData GetDecodedWellKnownAttributeData() 1396return (PropertyWellKnownAttributeData)attributesBag.DecodedWellKnownAttributeData; 1475var data = GetDecodedWellKnownAttributeData(); 1579arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasSpecialNameAttribute = true; 1583arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasExcludeFromCodeCoverageAttribute = true; 1587CSharpAttributeData.DecodeSkipLocalsInitAttribute<PropertyWellKnownAttributeData>(DeclaringCompilation, ref arguments); 1608arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasDisallowNullAttribute = true; 1612arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasAllowNullAttribute = true; 1616arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasMaybeNullAttribute = true; 1620arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasNotNullAttribute = true; 1625CSharpAttributeData.DecodeMemberNotNullAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1630CSharpAttributeData.DecodeMemberNotNullWhenAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1641arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasUnscopedRefAttribute = true; 1686var data = GetDecodedWellKnownAttributeData(); 1695var data = GetDecodedWellKnownAttributeData(); 1704var data = GetDecodedWellKnownAttributeData(); 1713var data = GetDecodedWellKnownAttributeData();