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) 543foreach (var attribute in type.GetEvalAttributes()) 567foreach (var attribute in type.GetEvalAttributes()) 632foreach (var attribute in type.GetEvalAttributes())