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) 544foreach (var attribute in type.GetEvalAttributes()) 568foreach (var attribute in type.GetEvalAttributes()) 633foreach (var attribute in type.GetEvalAttributes())