1 write to AttributeUsageInfo
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
981typeData.AttributeUsageInfo = info;
3 references to AttributeUsageInfo
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceNamedTypeSymbol.cs (3)
979if (typeData.AttributeUsageInfo.IsNull) 1079if (data != null && !data.AttributeUsageInfo.IsNull) 1081return data.AttributeUsageInfo;