9 references to GetDeclaredField
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
ExpressionEvaluatorFatalError.cs (1)
27
var hKeyCurrentUserField = registryType.GetTypeInfo().
GetDeclaredField
("CurrentUser");
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (1)
src\ExpressionEvaluator\Core\Source\ExpressionCompiler\ExpressionEvaluatorFatalError.cs (1)
27
var hKeyCurrentUserField = registryType.GetTypeInfo().
GetDeclaredField
("CurrentUser");
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
src\ExpressionEvaluator\Core\Source\ExpressionCompiler\ExpressionEvaluatorFatalError.cs (1)
27
var hKeyCurrentUserField = registryType.GetTypeInfo().
GetDeclaredField
("CurrentUser");
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\ObjectFormatterHelpers.cs (1)
143
var field = currentType.
GetDeclaredField
(memberName);
Microsoft.CodeAnalysis.UnitTests (1)
Collections\DebuggerAttributes.cs (1)
239
FieldInfo? fi = t.GetTypeInfo().
GetDeclaredField
(fieldName);
Microsoft.DotNet.XUnitExtensions (1)
src\Microsoft.DotNet.XUnitExtensions.Shared\Discoverers\ConditionalTestDiscoverer.cs (1)
185
FieldInfo fi = ti.
GetDeclaredField
(name);
Microsoft.DotNet.XUnitV3Extensions (1)
src\Microsoft.DotNet.XUnitExtensions.Shared\Discoverers\ConditionalTestDiscoverer.cs (1)
185
FieldInfo fi = ti.
GetDeclaredField
(name);
Microsoft.Maui.Controls (1)
BindingExpression.cs (1)
406
FieldInfo bindablePropertyField = sourceType.
GetDeclaredField
(part.Content + "Property");
System.Private.Windows.Core.TestUtilities (1)
DebuggerAttributes.cs (1)
206
if (t.GetTypeInfo().
GetDeclaredField
(fieldName) is { } field)