1 write to CustomAttributeData
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\MemberInfo\CustomAttributeDataImpl.cs (1)
22this.CustomAttributeData = customAttributeData;
3 references to CustomAttributeData
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (3)
Debugger\Engine\DkmClrType.cs (1)
239var data = ((CustomAttributeDataImpl)attribute).CustomAttributeData;
Debugger\MemberInfo\CustomAttributeDataImpl.cs (2)
29return new ConstructorInfoImpl(CustomAttributeData.Constructor); 37return CustomAttributeData.ConstructorArguments.Select(MakeTypedArgument).ToList();