We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FieldRefernce
[DebuggerDisplay]
1 parent 64e394d commit 0ab4221Copy full SHA for 0ab4221
src/Castle.Core/DynamicProxy/Generators/Emitters/SimpleAST/FieldReference.cs
@@ -20,7 +20,7 @@ namespace Castle.DynamicProxy.Generators.Emitters.SimpleAST
20
using System.Reflection;
21
using System.Reflection.Emit;
22
23
- [DebuggerDisplay("{fieldBuilder.Name} ({fieldBuilder.FieldType})")]
+ [DebuggerDisplay("{field.Name} ({field.FieldType})")]
24
internal class FieldReference : Reference
25
{
26
private readonly FieldInfo field;
0 commit comments