18 references to PropertyWellKnownAttributeData
Microsoft.CodeAnalysis.CSharp (18)
Symbols\Source\SourcePropertySymbolBase.cs (18)
721var data = this.GetDecodedWellKnownAttributeData(); 1406private PropertyWellKnownAttributeData GetDecodedWellKnownAttributeData() 1414return (PropertyWellKnownAttributeData)attributesBag.DecodedWellKnownAttributeData; 1493var data = GetDecodedWellKnownAttributeData(); 1597arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasSpecialNameAttribute = true; 1601arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasExcludeFromCodeCoverageAttribute = true; 1605CSharpAttributeData.DecodeSkipLocalsInitAttribute<PropertyWellKnownAttributeData>(DeclaringCompilation, ref arguments); 1626arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasDisallowNullAttribute = true; 1630arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasAllowNullAttribute = true; 1634arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasMaybeNullAttribute = true; 1638arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasNotNullAttribute = true; 1643CSharpAttributeData.DecodeMemberNotNullAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1648CSharpAttributeData.DecodeMemberNotNullWhenAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1659arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasUnscopedRefAttribute = true; 1704var data = GetDecodedWellKnownAttributeData(); 1713var data = GetDecodedWellKnownAttributeData(); 1722var data = GetDecodedWellKnownAttributeData(); 1731var data = GetDecodedWellKnownAttributeData();