2 references to GetField
Microsoft.CodeAnalysis.UnitTests (2)
Collections\DebuggerAttributes.cs (2)
37var fieldInfo = GetField(obj, fieldName) ?? throw new InvalidOperationException(); 224FieldInfo? fi = GetField(obj, reference);