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