7 references to PropertyEarlyWellKnownAttributeData
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\SourcePropertySymbolBase.cs (7)
401var propertyData = (PropertyEarlyWellKnownAttributeData)temp.EarlyDecodedWellKnownAttributeData; 1106internal PropertyEarlyWellKnownAttributeData GetEarlyDecodedWellKnownAttributeData() 1114return (PropertyEarlyWellKnownAttributeData)attributesBag.EarlyDecodedWellKnownAttributeData; 1182arguments.GetOrCreateData<PropertyEarlyWellKnownAttributeData>().ObsoleteAttributeData = obsoleteData; 1197arguments.GetOrCreateData<PropertyEarlyWellKnownAttributeData>().IndexerName = indexerName; 1229return ((PropertyEarlyWellKnownAttributeData)lazyCustomAttributesBag.EarlyDecodedWellKnownAttributeData)?.ObsoleteAttributeData;