5 references to GetEvalAttributes
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider.UnitTests (1)
DebuggerTypeProxyAttributeTests.cs (1)
1096var actualProxyType = ((DkmClrDebuggerTypeProxyAttribute)value.Type.GetEvalAttributes().First()).ProxyType;
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (4)
TypeHelpers.cs (4)
516/// Get the first attribute from <see cref="DkmClrType.GetEvalAttributes()"/> (including inherited attributes) 529foreach (var attribute in type.GetEvalAttributes()) 553foreach (var attribute in type.GetEvalAttributes()) 618foreach (var attribute in type.GetEvalAttributes())