13 references to GetDeclaredProperty
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
290TaskProperty = GenericType.GetTypeInfo().GetDeclaredProperty("Task");
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Workspaces\SyntaxNodeExtensions.cs (1)
21var property = typeof(Simplifier).GetTypeInfo().GetDeclaredProperty("AddImportsAnnotation");
Infrastructure.Common (1)
xunit\ConditionAttribute.cs (1)
116PropertyInfo pi = ti.GetDeclaredProperty(name);
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Workspaces\SyntaxNodeExtensions.cs (1)
21var property = typeof(Simplifier).GetTypeInfo().GetDeclaredProperty("AddImportsAnnotation");
Microsoft.CodeAnalysis.Scripting (3)
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (2)
527object key = type.GetDeclaredProperty("Key").GetValue(obj, Array.Empty<object>()); 528object value = type.GetDeclaredProperty("Value").GetValue(obj, Array.Empty<object>());
Hosting\ObjectFormatter\ObjectFormatterHelpers.cs (1)
149var property = currentType.GetDeclaredProperty(memberName);
Microsoft.Maui.Controls (1)
BindingExpression.cs (1)
387 property = type.GetDeclaredProperty(part.Content);
Microsoft.ML.InternalCodeAnalyzer (1)
InstanceInitializerAnalyzer.cs (1)
53var hasInitProp = typeInfo.GetDeclaredProperty("HasInitializer");
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Workspaces\SyntaxNodeExtensions.cs (1)
21var property = typeof(Simplifier).GetTypeInfo().GetDeclaredProperty("AddImportsAnnotation");
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\DsesFilterAndTransform.cs (1)
771PropertyInfo? propertyInfo = typeInfo.GetDeclaredProperty(propertyName);
System.Private.Windows.Core.TestUtilities (1)
DebuggerAttributes.cs (1)
219if (t.GetTypeInfo().GetDeclaredProperty(propertyName) is { } property)
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
292TaskProperty = GenericType.GetTypeInfo().GetDeclaredProperty("Task");