4 references to GetEvalAttributes
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (4)
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\TypeHelpers.cs (4)
530
/// Get the first attribute from <see cref="DkmClrType.
GetEvalAttributes
()"/> (including inherited attributes)
543
foreach (var attribute in type.
GetEvalAttributes
())
567
foreach (var attribute in type.
GetEvalAttributes
())
632
foreach (var attribute in type.
GetEvalAttributes
())