1 write to AttributeUsageInfo
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
976typeData.AttributeUsageInfo = info;
3 references to AttributeUsageInfo
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceNamedTypeSymbol.cs (3)
974if (typeData.AttributeUsageInfo.IsNull) 1059if (data != null && !data.AttributeUsageInfo.IsNull) 1061return data.AttributeUsageInfo;