15 references to DeclaredMethods
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
512MethodInfo matchingMethod = type.GetTypeInfo().DeclaredMethods.SingleOrDefault(m => MethodsMatch(m, methodInfo));
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (2)
src\Identity\test\Shared\ApiConsistencyTestBase.cs (2)
20from method in type.DeclaredMethods.Where(m => m.IsPublic && !m.IsStatic) 40from method in type.DeclaredMethods.Where(m => m.IsPublic)
Microsoft.AspNetCore.Identity.InMemory.Test (2)
src\Identity\test\Shared\ApiConsistencyTestBase.cs (2)
20from method in type.DeclaredMethods.Where(m => m.IsPublic && !m.IsStatic) 40from method in type.DeclaredMethods.Where(m => m.IsPublic)
Microsoft.AspNetCore.Identity.Test (2)
src\Identity\test\Shared\ApiConsistencyTestBase.cs (2)
20from method in type.DeclaredMethods.Where(m => m.IsPublic && !m.IsStatic) 40from method in type.DeclaredMethods.Where(m => m.IsPublic)
Microsoft.AspNetCore.Mvc.Core.Test (2)
ControllerBaseTest.cs (1)
32.DeclaredMethods
Infrastructure\ControllerActionInvokerTest.cs (1)
1388.DeclaredMethods
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
ControllerTest.cs (1)
25.DeclaredMethods
ViewComponents\ViewViewComponentResultTest.cs (1)
534MethodInfo = typeof(object).GetTypeInfo().DeclaredMethods.First()
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\ObjectFormatterHelpers.cs (1)
181members = type.DeclaredMethods;
Microsoft.CodeAnalysis.UnitTests (1)
Collections\List\SegmentedList.Generic.Tests.AddRange.cs (1)
57foreach (var method in type.DeclaredMethods)
System.Reflection.MetadataLoadContext (1)
System\Reflection\Runtime\BindingFlagSupport\MethodPolicies.cs (1)
16return typeInfo.DeclaredMethods;
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\TypeLoader.cs (1)
525MethodInfo matchingMethod = type.GetTypeInfo().DeclaredMethods.SingleOrDefault(m => MethodsMatch(m, methodInfo));