7 types derived from PropertyInfo
PresentationFramework (1)
System.Private.CoreLib (2)
System.Reflection.Context (2)
System.Reflection.MetadataLoadContext (1)
System.Xaml.Tests (1)
1755 references to PropertyInfo
Aspire.Azure.Messaging.EventHubs.Tests (1)
Aspire.Confluent.Kafka (5)
Aspire.Microsoft.Data.SqlClient (5)
Aspire.Microsoft.EntityFrameworkCore.SqlServer (5)
Aspire.StackExchange.Redis (5)
BasicTestApp (1)
dotnet-svcutil.xmlserializer (3)
dotnet-svcutil-lib (95)
GetDocument.Insider (1)
Infrastructure.Common (1)
Metrics (6)
Metrics.Legacy (6)
Microsoft.AspNetCore.Components (25)
Microsoft.AspNetCore.Components.Endpoints (13)
Microsoft.AspNetCore.Components.Forms (4)
Microsoft.AspNetCore.Components.Web (2)
Microsoft.AspNetCore.Grpc.JsonTranscoding (4)
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (1)
Microsoft.AspNetCore.Grpc.Swagger (7)
Microsoft.AspNetCore.Hosting.Tests (1)
Microsoft.AspNetCore.Http.Abstractions (11)
Microsoft.AspNetCore.Http.Extensions (25)
Microsoft.AspNetCore.Http.Extensions.Tests (15)
PropertyAsParameterInfoTests.cs (13)
14var propertyInfo = GetProperty(typeof(ArgumentList), nameof(ArgumentList.NoAttribute));
26var propertyInfo = GetProperty(typeof(ArgumentList), nameof(ArgumentList.NoAttribute));
39var propertyInfo = GetProperty(typeof(ArgumentList), nameof(ArgumentList.WithTestAttribute));
50var propertyInfo = GetProperty(typeof(ArgumentList), nameof(ArgumentList.NoAttribute));
62var propertyInfo = GetProperty(typeof(ArgumentList), nameof(ArgumentList.WithTestAttribute));
74var propertyInfo = GetProperty(typeof(ArgumentList), nameof(ArgumentList.WithTestAttribute));
90var propertyInfo = GetProperty(typeof(ArgumentList), nameof(ArgumentList.WithTestAttribute));
110var propertyInfo = GetProperty(typeof(ArgumentList), nameof(ArgumentList.WithTestAttribute));
130var propertyInfo = GetProperty(typeof(DerivedArgumentList), nameof(DerivedArgumentList.WithTestAttribute));
141var propertyInfo = GetProperty(typeof(ArgumentList), nameof(ArgumentList.NoAttribute));
152var propertyInfo = GetProperty(typeof(ArgumentList), nameof(ArgumentList.NoAttribute));
168var propertyInfo = GetProperty(typeof(ArgumentList), nameof(ArgumentList.NoAttribute));
176private static PropertyInfo GetProperty(Type containerType, string propertyName)
Microsoft.AspNetCore.Http.Tests (3)
Microsoft.AspNetCore.Identity.EntityFrameworkCore (4)
Microsoft.AspNetCore.Identity.UI (2)
Microsoft.AspNetCore.InternalTesting (1)
Microsoft.AspNetCore.Mvc.Abstractions (9)
Microsoft.AspNetCore.Mvc.Abstractions.Test (5)
Microsoft.AspNetCore.Mvc.ApiExplorer (5)
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
Microsoft.AspNetCore.Mvc.Core (42)
Microsoft.AspNetCore.Mvc.Core.Test (39)
Microsoft.AspNetCore.Mvc.Core.TestCommon (1)
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (21)
Microsoft.AspNetCore.Mvc.IntegrationTests (5)
Microsoft.AspNetCore.Mvc.Razor (6)
Microsoft.AspNetCore.Mvc.RazorPages (12)
Microsoft.AspNetCore.Mvc.RazorPages.Test (8)
Microsoft.AspNetCore.Mvc.Testing (1)
Microsoft.AspNetCore.Mvc.ViewFeatures (13)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (21)
Microsoft.AspNetCore.OpenApi (13)
Microsoft.AspNetCore.OpenApi.SourceGenerators.Tests (1)
Microsoft.AspNetCore.OpenApi.Tests (1)
Microsoft.AspNetCore.Routing (10)
Microsoft.AspNetCore.Routing.Abstractions (10)
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Microsoft.AspNetCore.Shared.Tests (34)
Microsoft.AspNetCore.SignalR.Client.Tests (2)
Microsoft.AspNetCore.SignalR.Core (6)
Microsoft.AspNetCore.TestHost (1)
Microsoft.Build (19)
Microsoft.Build.Engine.OM.UnitTests (4)
Microsoft.Build.Engine.UnitTests (6)
Microsoft.Build.Tasks.Core (3)
Microsoft.Build.Tasks.UnitTests (2)
Microsoft.Build.Utilities.Core (3)
Microsoft.CodeAnalysis.Analyzers (6)
Microsoft.CodeAnalysis.AnalyzerUtilities (5)
Microsoft.CodeAnalysis.BannedApiAnalyzers (5)
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
Microsoft.CodeAnalysis.EditorFeatures (3)
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (5)
Microsoft.CodeAnalysis.ExternalAccess.Extensions (1)
Microsoft.CodeAnalysis.PublicApiAnalyzers (5)
Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes (1)
Microsoft.CodeAnalysis.Rebuild.UnitTests (2)
Microsoft.CodeAnalysis.ResxSourceGenerator (5)
Microsoft.CodeAnalysis.Scripting (6)
Microsoft.CodeAnalysis.Test.Utilities (8)
Microsoft.CodeAnalysis.UnitTests (15)
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Microsoft.CSharp (13)
Microsoft.DotNet.Build.Tasks.Feed (1)
Microsoft.DotNet.Build.Tasks.Packaging (4)
Microsoft.DotNet.Helix.Client (2)
Microsoft.DotNet.XUnitExtensions (1)
Microsoft.DotNet.XUnitV3Extensions (1)
Microsoft.Extensions.AI.Abstractions (6)
Microsoft.Extensions.AI.Abstractions.Tests (1)
Microsoft.Extensions.Caching.Hybrid (1)
Microsoft.Extensions.Compliance.Redaction (2)
Microsoft.Extensions.Configuration.Binder (15)
Microsoft.Extensions.Diagnostics.Probes (2)
Microsoft.Extensions.Diagnostics.ResourceMonitoring (2)
Microsoft.Extensions.Http.Resilience (2)
Microsoft.Extensions.Options.DataAnnotations (1)
Microsoft.Extensions.Telemetry (2)
Microsoft.Gen.ContextualOptions.Unit.Tests (1)
Microsoft.Gen.Logging.Unit.Tests (1)
Microsoft.Gen.Metrics.Unit.Tests (1)
Microsoft.Maui (2)
Microsoft.Maui.Controls (10)
Microsoft.Maui.Controls.Xaml (13)
Microsoft.ML.Core (1)
Microsoft.ML.Data (19)
Utils\ApiUtils.cs (8)
25private static readonly FuncStaticMethodInfo3<PropertyInfo, OpCode, Delegate> _generatePeekPropertyMethodInfo
26= new FuncStaticMethodInfo3<PropertyInfo, OpCode, Delegate>(GeneratePeek<int, int, int>);
31private static readonly FuncStaticMethodInfo3<PropertyInfo, Delegate> _generatePokePropertyMethodInfo
32= new FuncStaticMethodInfo3<PropertyInfo, Delegate>(GeneratePoke<int, int, int>);
77case PropertyInfo propertyInfo:
109private static Delegate GeneratePeek<TOwn, TRow, TValue>(PropertyInfo propertyInfo, OpCode assignmentOpCode)
145case PropertyInfo propertyInfo:
174private static Delegate GeneratePoke<TOwn, TRow, TValue>(PropertyInfo propertyInfo)
Microsoft.ML.EntryPoints (1)
Microsoft.ML.IntegrationTests (1)
Microsoft.ML.InternalCodeAnalyzer (1)
Microsoft.ML.SearchSpace (2)
Microsoft.ML.Tests (1)
Microsoft.ML.Tokenizers.Tests (1)
Microsoft.TestUtilities (1)
Microsoft.VisualBasic.Core (25)
Microsoft.VisualStudio.LanguageServices (6)
Microsoft.VisualStudio.LanguageServices.CSharp (2)
MSBuild (11)
MSBuildTaskHost (3)
mscorlib (1)
netstandard (1)
PresentationBuildTasks (58)
PresentationCore (5)
PresentationFramework (109)
System\Windows\Markup\XamlTypeMapper.cs (19)
824as PropertyInfo;
1101internal bool IsAllowedPropertySet(PropertyInfo pi)
1109internal bool IsAllowedPropertyGet(PropertyInfo pi)
1117internal static bool IsAllowedPropertySet(PropertyInfo pi, bool allowProtected, out bool isPublic)
1130private static bool IsAllowedPropertyGet(PropertyInfo pi, bool allowProtected, out bool isPublic)
1799internal PropertyInfo GetXmlLangProperty(
1896private PropertyInfo PropertyInfoFromName(
1903PropertyInfo info = null;
1945PropertyInfo[] infos = ownerType.GetProperties(
2046PropertyInfo propertyInfo = propertyMember as PropertyInfo;
2090PropertyInfo propertyInfo = propertyMember as PropertyInfo;
2768internal static object GetInternalPropertyValue(ParserContext pc, object rootElement, PropertyInfo pi, object target)
2783internal static bool SetInternalPropertyValue(ParserContext pc, object rootElement, PropertyInfo pi, object target, object value)
4002PropertyInfo dpInfo,
4071PropertyInfo dpInfo,
4085public PropertyInfo PropInfo;
4198public PropertyInfo XmlLangProperty;
PresentationUI (1)
ReachFramework (17)
Roslyn.Diagnostics.Analyzers (6)
Shared (8)
System.ComponentModel.Annotations (6)
System.ComponentModel.Composition (15)
System.ComponentModel.Composition.Registration (32)
System\ComponentModel\Composition\Registration\PartBuilder.cs (26)
28private readonly List<Tuple<Predicate<PropertyInfo>, Action<PropertyInfo, ExportBuilder>, Type>> _propertyExports;
29private readonly List<Tuple<Predicate<PropertyInfo>, Action<PropertyInfo, ImportBuilder>, Type>> _propertyImports;
40_propertyExports = new List<Tuple<Predicate<PropertyInfo>, Action<PropertyInfo, ExportBuilder>, Type>>();
41_propertyImports = new List<Tuple<Predicate<PropertyInfo>, Action<PropertyInfo, ImportBuilder>, Type>>();
110public PartBuilder ExportProperties(Predicate<PropertyInfo> propertyFilter)
117public PartBuilder ExportProperties(Predicate<PropertyInfo> propertyFilter,
118Action<PropertyInfo, ExportBuilder> exportConfiguration)
128public PartBuilder ExportProperties<T>(Predicate<PropertyInfo> propertyFilter)
135public PartBuilder ExportProperties<T>(Predicate<PropertyInfo> propertyFilter,
136Action<PropertyInfo, ExportBuilder> exportConfiguration)
146public PartBuilder ImportProperties(Predicate<PropertyInfo> propertyFilter)
153public PartBuilder ImportProperties(Predicate<PropertyInfo> propertyFilter,
154Action<PropertyInfo, ImportBuilder> importConfiguration)
163public PartBuilder ImportProperties<T>(Predicate<PropertyInfo> propertyFilter)
170public PartBuilder ImportProperties<T>(Predicate<PropertyInfo> propertyFilter,
171Action<PropertyInfo, ImportBuilder> importConfiguration)
421foreach (PropertyInfo pi in type.GetProperties())
424PropertyInfo declaredPi = pi.DeclaringType.UnderlyingSystemType.GetProperty(pi.Name, pi.PropertyType);
430foreach (Tuple<Predicate<PropertyInfo>, Action<PropertyInfo, ImportBuilder>, Type> importSpecification in _propertyImports)
470foreach (Tuple<Predicate<PropertyInfo>, Action<PropertyInfo, ExportBuilder>, Type> exportSpecification in _propertyExports)
System.ComponentModel.TypeConverter (12)
System.Composition.Convention (44)
System\Composition\Convention\PartConventionBuilder.cs (35)
33private readonly List<Tuple<Predicate<PropertyInfo>, Action<PropertyInfo, ExportConventionBuilder>, Type>> _propertyExports;
34private readonly List<Tuple<Predicate<PropertyInfo>, Action<PropertyInfo, ImportConventionBuilder>>> _propertyImports;
44_propertyExports = new List<Tuple<Predicate<PropertyInfo>, Action<PropertyInfo, ExportConventionBuilder>, Type>>();
45_propertyImports = new List<Tuple<Predicate<PropertyInfo>, Action<PropertyInfo, ImportConventionBuilder>>>();
179public PartConventionBuilder ExportProperties(Predicate<PropertyInfo> propertyFilter)
192public PartConventionBuilder ExportProperties(Predicate<PropertyInfo> propertyFilter,
193Action<PropertyInfo, ExportConventionBuilder> exportConfiguration)
201private PartConventionBuilder ExportPropertiesImpl(Predicate<PropertyInfo> propertyFilter,
202Action<PropertyInfo, ExportConventionBuilder> exportConfiguration)
214public PartConventionBuilder ExportProperties<T>(Predicate<PropertyInfo> propertyFilter)
228public PartConventionBuilder ExportProperties<T>(Predicate<PropertyInfo> propertyFilter,
229Action<PropertyInfo, ExportConventionBuilder> exportConfiguration)
237private PartConventionBuilder ExportPropertiesImpl<T>(Predicate<PropertyInfo> propertyFilter,
238Action<PropertyInfo, ExportConventionBuilder> exportConfiguration)
249public PartConventionBuilder ImportProperties(Predicate<PropertyInfo> propertyFilter)
262public PartConventionBuilder ImportProperties(Predicate<PropertyInfo> propertyFilter,
263Action<PropertyInfo, ImportConventionBuilder> importConfiguration)
271private PartConventionBuilder ImportPropertiesImpl(Predicate<PropertyInfo> propertyFilter,
272Action<PropertyInfo, ImportConventionBuilder> importConfiguration)
284public PartConventionBuilder ImportProperties<T>(Predicate<PropertyInfo> propertyFilter)
298public PartConventionBuilder ImportProperties<T>(Predicate<PropertyInfo> propertyFilter,
299Action<PropertyInfo, ImportConventionBuilder> importConfiguration)
307private PartConventionBuilder ImportPropertiesImpl<T>(Predicate<PropertyInfo> propertyFilter,
308Action<PropertyInfo, ImportConventionBuilder> importConfiguration)
310Predicate<PropertyInfo> typedFilter = pi => pi.PropertyType.Equals(typeof(T)) && (propertyFilter == null || propertyFilter(pi));
666foreach (PropertyInfo pi in type.GetRuntimeProperties())
673PropertyInfo underlyingPi = null;
676foreach (Tuple<Predicate<PropertyInfo>, Action<PropertyInfo, ImportConventionBuilder>> importSpecification in _propertyImports)
713foreach (Tuple<Predicate<PropertyInfo>, Action<PropertyInfo, ExportConventionBuilder>, Type> exportSpecification in _propertyExports)
System.Composition.Hosting (1)
System.Composition.TypedParts (12)
System.Configuration.ConfigurationManager (9)
System.Data.Common (2)
System.Diagnostics.DiagnosticSource (7)
System.Drawing.Primitives (1)
System.Linq.Expressions (73)
System\Linq\Expressions\IndexExpression.cs (17)
25PropertyInfo? indexer,
67/// Gets the <see cref="PropertyInfo"/> for the property if the expression represents an indexed property, returns null otherwise.
69public PropertyInfo? Indexer { get; }
138public static IndexExpression MakeIndex(Expression instance, PropertyInfo? indexer, IEnumerable<Expression>? arguments)
217PropertyInfo pi = FindInstanceProperty(instance.Type, propertyName, arguments);
227private static PropertyInfo FindInstanceProperty(
234PropertyInfo? pi = FindProperty(type, propertyName, arguments, flags);
270private static PropertyInfo? FindProperty(
276PropertyInfo? property = null;
278foreach (PropertyInfo pi in type.GetProperties(flags))
296private static bool IsCompatible(PropertyInfo pi, Expression[]? args)
345/// <param name="indexer">The <see cref="PropertyInfo"/> that represents the property to index.</param>
348public static IndexExpression Property(Expression? instance, PropertyInfo indexer, params Expression[]? arguments)
357/// <param name="indexer">The <see cref="PropertyInfo"/> that represents the property to index.</param>
360public static IndexExpression Property(Expression? instance, PropertyInfo indexer, IEnumerable<Expression>? arguments) =>
363private static IndexExpression MakeIndexProperty(Expression? instance, PropertyInfo indexer, string paramName, ReadOnlyCollection<Expression> argList)
374private static void ValidateIndexedProperty(Expression? instance, PropertyInfo indexer, string paramName, ref ReadOnlyCollection<Expression> argList)
System\Linq\Expressions\MemberExpression.cs (12)
33internal static PropertyExpression Make(Expression? expression, PropertyInfo property)
48return fi == null ? (MemberExpression)Make(expression, (PropertyInfo)member) : Make(expression, fi);
105private readonly PropertyInfo _property;
106public PropertyExpression(Expression? expression, PropertyInfo member)
211PropertyInfo? pi = expression.Type.GetProperty(propertyName, BindingFlags.Instance | BindingFlags.Public | BindingFlags.IgnoreCase | BindingFlags.FlattenHierarchy)
235PropertyInfo? pi = type.GetProperty(propertyName, BindingFlags.Instance | BindingFlags.Static | BindingFlags.Public | BindingFlags.IgnoreCase | BindingFlags.FlattenHierarchy)
250public static MemberExpression Property(Expression? expression, PropertyInfo property)
308private static PropertyInfo GetProperty(MethodInfo mi, string? paramName, int index = -1)
315PropertyInfo[] props = type.GetProperties(flags);
316foreach (PropertyInfo pi in props)
364PropertyInfo? pi = expression.Type.GetProperty(propertyOrFieldName, BindingFlags.Instance | BindingFlags.Public | BindingFlags.IgnoreCase | BindingFlags.FlattenHierarchy);
394if (member is PropertyInfo pi)
System.Net.Http (2)
System.Net.Security (9)
System.Net.Sockets (1)
System.Private.CoreLib (102)
src\libraries\System.Private.CoreLib\src\System\Type.cs (10)
411public PropertyInfo? GetProperty(string name) => GetProperty(name, DefaultLookup);
414public PropertyInfo? GetProperty(string name, BindingFlags bindingAttr)
424public PropertyInfo? GetProperty(string name, Type? returnType)
432public PropertyInfo? GetProperty(string name, Type[] types) => GetProperty(name, null, types);
435public PropertyInfo? GetProperty(string name, Type? returnType, Type[] types) => GetProperty(name, returnType, types, null);
438public PropertyInfo? GetProperty(string name, Type? returnType, Type[] types, ParameterModifier[]? modifiers) => GetProperty(name, DefaultLookup, null, returnType, types, modifiers);
441public PropertyInfo? GetProperty(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[] types, ParameterModifier[]? modifiers)
450protected abstract PropertyInfo? GetPropertyImpl(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types, ParameterModifier[]? modifiers);
453public PropertyInfo[] GetProperties() => GetProperties(DefaultLookup);
456public abstract PropertyInfo[] GetProperties(BindingFlags bindingAttr);
src\System\Attribute.CoreCLR.cs (10)
16private static Attribute[] InternalGetCustomAttributes(PropertyInfo element, Type type, bool inherit)
30PropertyInfo? baseProp = GetParentDefinition(element, indexParamTypes);
53private static bool InternalIsDefined(PropertyInfo element, Type attributeType, bool inherit)
69PropertyInfo? baseProp = GetParentDefinition(element, indexParamTypes);
86private static PropertyInfo? GetParentDefinition(PropertyInfo property, Type[] propertyParameters)
380private static Type[] GetIndexParameterTypes(PropertyInfo element)
460MemberTypes.Property => InternalGetCustomAttributes((PropertyInfo)element, attributeType, inherit),
477MemberTypes.Property => InternalGetCustomAttributes((PropertyInfo)element, typeof(Attribute), inherit),
499MemberTypes.Property => InternalIsDefined((PropertyInfo)element, attributeType, inherit),
src\System\Reflection\Emit\CustomAttributeBuilder.cs (5)
35this(con, constructorArgs, Array.Empty<PropertyInfo>(), Array.Empty<object>(), Array.Empty<FieldInfo>(), Array.Empty<object>())
41public CustomAttributeBuilder(ConstructorInfo con, object?[] constructorArgs, PropertyInfo[] namedProperties, object?[] propertyValues) :
49this(con, constructorArgs, Array.Empty<PropertyInfo>(), Array.Empty<object>(), namedFields, fieldValues)
55public CustomAttributeBuilder(ConstructorInfo con, object?[] constructorArgs, PropertyInfo[] namedProperties, object?[] propertyValues, FieldInfo[] namedFields, object?[] fieldValues)
133PropertyInfo property = namedProperties[i] ?? throw new ArgumentNullException($"namedProperties[{i}]");
System.Private.DataContractSerialization (54)
System.Private.Windows.Core.TestUtilities (8)
System.Private.Xml (52)
System.Reflection (1)
System.Reflection.Context (43)
System\Reflection\Context\Custom\CustomType.cs (20)
14private IEnumerable<PropertyInfo>? _newProperties;
47public override PropertyInfo[] GetProperties(BindingFlags bindingAttr)
50PropertyInfo[] properties = base.GetProperties(bindingAttr);
60List<PropertyInfo> results = new List<PropertyInfo>(properties);
71IEnumerable<PropertyInfo> newProperties = baseType.NewProperties;
75foreach (PropertyInfo prop in newProperties)
85protected override PropertyInfo? GetPropertyImpl(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types, ParameterModifier[]? modifiers)
87PropertyInfo? property = base.GetPropertyImpl(name, bindingAttr, binder, returnType, types, modifiers);
104List<PropertyInfo> matchingProperties = new List<PropertyInfo>();
116foreach (PropertyInfo newDeclaredProperty in type.NewProperties)
126foreach (PropertyInfo newBaseProperty in type.NewProperties)
158foreach (PropertyInfo prop in NewProperties)
171foreach (PropertyInfo prop in baseType.NewProperties)
173PropertyInfo inheritedProperty = new InheritedPropertyInfo(prop, this);
225foreach (PropertyInfo newDeclaredProperty in NewProperties)
244foreach (PropertyInfo newBaseProperty in baseType.NewProperties)
248PropertyInfo inheritedProperty = new InheritedPropertyInfo(newBaseProperty, this);
285private IEnumerable<PropertyInfo> NewProperties => _newProperties ??= ReflectionContext.GetNewPropertiesForType(this);
System.Reflection.DispatchProxy (4)
System.Reflection.Emit (25)
System.Reflection.MetadataLoadContext (48)
System\Reflection\Runtime\BindingFlagSupport\PropertyPolicies.cs (12)
12internal sealed class PropertyPolicies : MemberPolicies<PropertyInfo>
14public sealed override IEnumerable<PropertyInfo> GetDeclaredMembers(TypeInfo typeInfo)
19public sealed override IEnumerable<PropertyInfo> CoreGetDeclaredMembers(RuntimeTypeInfo type, NameFilter? filter, RuntimeTypeInfo reflectedType)
26public sealed override void GetMemberAttributes(PropertyInfo member, out MethodAttributes visibility, out bool isStatic, out bool isVirtual, out bool isNewSlot)
49public sealed override bool ImplicitlyOverrides(PropertyInfo? baseMember, PropertyInfo? derivedMember)
60public sealed override bool IsSuppressedByMoreDerivedMember(PropertyInfo member, PropertyInfo[] priorMembers, int startIndex, int endIndex)
65PropertyInfo prior = priorMembers[i];
79public sealed override bool OkToIgnoreAmbiguity(PropertyInfo m1, PropertyInfo m2)
84private static MethodInfo? GetAccessorMethod(PropertyInfo property) =>
System.Reflection.TypeExtensions (12)
System.Runtime (1)
System.Runtime.InteropServices (2)
System.Security.Cryptography (13)
System.Text.Json (20)
System.Windows.Controls.Ribbon (1)
System.Windows.Forms (25)
System.Windows.Forms.Design (15)
System.Windows.Forms.Design.Tests (19)
System.Windows.Forms.Interop.Tests (1)
System.Windows.Forms.Primitives (2)
System.Windows.Forms.Tests (13)
System.Xaml (34)
System.Xaml.Tests (18)
System\Xaml\XamlMemberTests.Mocks.cs (4)
20public SubXamlMember(PropertyInfo propertyInfo, XamlSchemaContext schemaContext) : base(propertyInfo, schemaContext) { }
22public SubXamlMember(PropertyInfo propertyInfo, XamlSchemaContext schemaContext, XamlMemberInvoker invoker) : base(propertyInfo, schemaContext, invoker) { }
79public CustomXamlMember(PropertyInfo propertyInfo, XamlSchemaContext schemaContext) : base(propertyInfo, schemaContext) { }
81public CustomXamlMember(PropertyInfo propertyInfo, XamlSchemaContext schemaContext, XamlMemberInvoker invoker) : base(propertyInfo, schemaContext, invoker) { }
Test.Utilities (6)
Text.Analyzers (6)
VBCSCompiler.UnitTests (1)
VisualBasicRuntimeTest (1)
WindowsBase.Tests (2)
WindowsFormsIntegration (3)
xunit.assert (2)