7 references to CommonEventWellKnownAttributeData
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\SourceEventSymbol.cs (7)
270protected CommonEventWellKnownAttributeData GetDecodedWellKnownAttributeData() 278return (CommonEventWellKnownAttributeData)attributesBag.DecodedWellKnownAttributeData; 351arguments.GetOrCreateData<CommonEventWellKnownAttributeData>().HasSpecialNameAttribute = true; 362arguments.GetOrCreateData<CommonEventWellKnownAttributeData>().HasExcludeFromCodeCoverageAttribute = true; 366CSharpAttributeData.DecodeSkipLocalsInitAttribute<CommonEventWellKnownAttributeData>(DeclaringCompilation, ref arguments); 375arguments.GetOrCreateData<CommonEventWellKnownAttributeData>().HasRequiresUnsafeAttribute = true; 421var data = GetDecodedWellKnownAttributeData();