5 references to GetEvalAttributes
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider.UnitTests (1)
DebuggerTypeProxyAttributeTests.cs (1)
1096
var actualProxyType = ((DkmClrDebuggerTypeProxyAttribute)value.Type.
GetEvalAttributes
().First()).ProxyType;
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (4)
TypeHelpers.cs (4)
516
/// Get the first attribute from <see cref="DkmClrType.
GetEvalAttributes
()"/> (including inherited attributes)
529
foreach (var attribute in type.
GetEvalAttributes
())
553
foreach (var attribute in type.
GetEvalAttributes
())
618
foreach (var attribute in type.
GetEvalAttributes
())