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