26 references to GetDeclaredMethods
Diagnostics.EFCore.FunctionalTests (1)
Helpers\StringHelpers.cs (1)
16var method = strings.GetDeclaredMethods(stringName).Single();
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (1)
790MethodInfo[] endMethods = beginMethod.DeclaringType.GetTypeInfo().GetDeclaredMethods(endMethodName).ToArray();
GenerateDocumentationAndConfigFiles (1)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
99return FindItem(typeInfo.GetDeclaredMethods(name), paramTypes);
Metrics (1)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
99return FindItem(typeInfo.GetDeclaredMethods(name), paramTypes);
Metrics.Legacy (1)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
99return FindItem(typeInfo.GetDeclaredMethods(name), paramTypes);
Microsoft.AspNetCore.Mvc.Core.Test (2)
ApplicationModels\DefaultApplicationModelProviderTest.cs (2)
639var method = typeInfo.GetDeclaredMethods("Dispose").SingleOrDefault(); 655var method = typeInfo.GetDeclaredMethods("Dispose").SingleOrDefault();
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
99return FindItem(typeInfo.GetDeclaredMethods(name), paramTypes);
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
99return FindItem(typeInfo.GetDeclaredMethods(name), paramTypes);
Microsoft.CodeAnalysis (2)
DiaSymReader\SymUnmanagedFactory.cs (1)
83foreach (var method in typeof(Environment).GetTypeInfo().GetDeclaredMethods("GetEnvironmentVariable"))
InternalUtilities\ReflectionUtilities.cs (1)
99return FindItem(typeInfo.GetDeclaredMethods(name), paramTypes);
Microsoft.CodeAnalysis.Analyzers (1)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
99return FindItem(typeInfo.GetDeclaredMethods(name), paramTypes);
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
99return FindItem(typeInfo.GetDeclaredMethods(name), paramTypes);
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
99return FindItem(typeInfo.GetDeclaredMethods(name), paramTypes);
Microsoft.CodeAnalysis.CodeStyle (1)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
99return FindItem(typeInfo.GetDeclaredMethods(name), paramTypes);
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (1)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
99return FindItem(typeInfo.GetDeclaredMethods(name), paramTypes);
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
99return FindItem(typeInfo.GetDeclaredMethods(name), paramTypes);
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
99return FindItem(typeInfo.GetDeclaredMethods(name), paramTypes);
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
99return FindItem(typeInfo.GetDeclaredMethods(name), paramTypes);
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
99return FindItem(typeInfo.GetDeclaredMethods(name), paramTypes);
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
99return FindItem(typeInfo.GetDeclaredMethods(name), paramTypes);
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
99return FindItem(typeInfo.GetDeclaredMethods(name), paramTypes);
Roslyn.Diagnostics.Analyzers (1)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
99return FindItem(typeInfo.GetDeclaredMethods(name), paramTypes);
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\ServiceReflector.cs (1)
827MethodInfo[] endMethods = beginMethod.DeclaringType.GetTypeInfo().GetDeclaredMethods(endMethodName).ToArray();
Test.Utilities (1)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
99return FindItem(typeInfo.GetDeclaredMethods(name), paramTypes);
Text.Analyzers (1)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
99return FindItem(typeInfo.GetDeclaredMethods(name), paramTypes);