18 references to PropertyWellKnownAttributeData
Microsoft.CodeAnalysis.CSharp (18)
Symbols\Source\SourcePropertySymbolBase.cs (18)
721var data = this.GetDecodedWellKnownAttributeData(); 1398private PropertyWellKnownAttributeData GetDecodedWellKnownAttributeData() 1406return (PropertyWellKnownAttributeData)attributesBag.DecodedWellKnownAttributeData; 1485var data = GetDecodedWellKnownAttributeData(); 1589arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasSpecialNameAttribute = true; 1593arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasExcludeFromCodeCoverageAttribute = true; 1597CSharpAttributeData.DecodeSkipLocalsInitAttribute<PropertyWellKnownAttributeData>(DeclaringCompilation, ref arguments); 1618arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasDisallowNullAttribute = true; 1622arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasAllowNullAttribute = true; 1626arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasMaybeNullAttribute = true; 1630arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasNotNullAttribute = true; 1635CSharpAttributeData.DecodeMemberNotNullAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1640CSharpAttributeData.DecodeMemberNotNullWhenAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1651arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasUnscopedRefAttribute = true; 1696var data = GetDecodedWellKnownAttributeData(); 1705var data = GetDecodedWellKnownAttributeData(); 1714var data = GetDecodedWellKnownAttributeData(); 1723var data = GetDecodedWellKnownAttributeData();