15 references to IsSpecialName
Microsoft.AspNetCore.Http.Results.Tests (1)
ResultsTests.cs (1)
1711.Where(m => !m.IsSpecialName)
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationModels\DefaultApplicationModelProvider.cs (1)
417if (methodInfo.IsSpecialName)
Microsoft.AspNetCore.Mvc.Core.Test (2)
ApplicationModels\DefaultApplicationModelProviderTest.cs (1)
532Assert.True(method.IsSpecialName);
ControllerBaseTest.cs (1)
34!method.IsSpecialName &&
Microsoft.AspNetCore.Mvc.RazorPages (1)
ApplicationModels\DefaultPageApplicationModelPartsProvider.cs (1)
152if (methodInfo.IsSpecialName)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
ControllerTest.cs (1)
27!method.IsSpecialName &&
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubReflectionHelper.cs (1)
23if (typeof(object) == baseDefinition || methodInfo.IsSpecialName)
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (3)
1378(!method.IsStatic && method.IsSpecialName))) // Not static and is a special name 1828if (conversion.DeclaringType == type && conversion.IsSpecialName && !conversion.IsGenericMethod) 1854if (method.IsSpecialName && method.IsStatic)
Microsoft.Maui.Controls (1)
TypeConversionHelper.cs (1)
137 => method.IsSpecialName
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\Symbols.vb (2)
173Return method.IsSpecialName AndAlso method.Name.StartsWith("op_", StringComparison.Ordinal) 177Return method.IsSpecialName AndAlso method.Name.Equals(OperatorCLSNames(UserDefinedOperator.Narrow))
System.Linq.Expressions (1)
System\Dynamic\Utils\TypeUtils.cs (1)
901if (result != null && result.IsSpecialName && !result.ContainsGenericParameters)
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionList.cs (1)
44if (info.GetParameters().Length == 0 && !info.IsSpecialName)