1 implementation of Method
Microsoft.CodeAnalysis (1)
38 references to Method
ConfigurationSchemaGenerator (3)
ILLink.RoslynAnalyzer (2)
Microsoft.AspNetCore.App.Analyzers (10)
RouteHandlers\RouteHandlerAnalyzer.cs (9)
118DisallowMvcBindArgumentsOnParameters(in context, wellKnownTypes, invocation, methodReference.Method);
119DisallowNonParsableComplexTypesOnParameters(in context, wellKnownTypes, routeUsage, methodReference.Method);
120DetectMismatchedParameterOptionality(in context, routeUsage, methodReference.Method);
121AtMostOneFromBodyAttribute(in context, wellKnownTypes, methodReference.Method);
124if (!methodReference.Method.DeclaringSyntaxReferences.IsEmpty)
126var syntaxReference = methodReference.Method.DeclaringSyntaxReferences.Single();
138methodReference.Method,
149methodReference.Method,
163methodReference.Method,
Microsoft.AspNetCore.Http.RequestDelegateGenerator (1)
Microsoft.CodeAnalysis (2)
Microsoft.CodeAnalysis.CodeStyle (7)
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp.Features (1)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.Test.Utilities (4)
Microsoft.CodeAnalysis.Workspaces (6)