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