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