4 references to GetAccessors
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\Custom\MetadataSignatureHelper.cs (1)
561var propertyAccessors = property.GetAccessors();
System.Reflection.Context (2)
System\Reflection\Context\Custom\CustomType.cs (2)
160results.AddRange(prop.GetAccessors()); 174results.AddRange(inheritedProperty.GetAccessors());
System.Reflection.TypeExtensions (1)
System\Reflection\TypeExtensions.cs (1)
541return property.GetAccessors();