18 references to PropertyWellKnownAttributeData
Microsoft.CodeAnalysis.CSharp (18)
Symbols\Source\SourcePropertySymbolBase.cs (18)
694var data = this.GetDecodedWellKnownAttributeData(); 1335private PropertyWellKnownAttributeData GetDecodedWellKnownAttributeData() 1343return (PropertyWellKnownAttributeData)attributesBag.DecodedWellKnownAttributeData; 1412var data = GetDecodedWellKnownAttributeData(); 1516arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasSpecialNameAttribute = true; 1520arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasExcludeFromCodeCoverageAttribute = true; 1524CSharpAttributeData.DecodeSkipLocalsInitAttribute<PropertyWellKnownAttributeData>(DeclaringCompilation, ref arguments); 1545arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasDisallowNullAttribute = true; 1549arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasAllowNullAttribute = true; 1553arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasMaybeNullAttribute = true; 1557arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasNotNullAttribute = true; 1562CSharpAttributeData.DecodeMemberNotNullAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1567CSharpAttributeData.DecodeMemberNotNullWhenAttribute<PropertyWellKnownAttributeData>(ContainingType, ref arguments); 1573arguments.GetOrCreateData<PropertyWellKnownAttributeData>().HasUnscopedRefAttribute = true; 1618var data = GetDecodedWellKnownAttributeData(); 1627var data = GetDecodedWellKnownAttributeData(); 1636var data = GetDecodedWellKnownAttributeData(); 1645var data = GetDecodedWellKnownAttributeData();