3 instantiations of ThisAndExtensionMethod
Microsoft.AspNetCore.App.CodeFixes (3)
Dependencies\AddPackageFixer.cs (1)
80
var targetThisAndExtensionMethod = new
ThisAndExtensionMethod
(symbolType, methodName);
Dependencies\ExtensionMethodsCache.cs (2)
15
new
(wellKnownTypes.Get(WellKnownTypeData.WellKnownType.Microsoft_Extensions_DependencyInjection_IServiceCollection), "AddOpenApi"),
19
new
(wellKnownTypes.Get(WellKnownTypeData.WellKnownType.Microsoft_AspNetCore_Builder_WebApplication), "MapOpenApi"),
4 references to ThisAndExtensionMethod
Microsoft.AspNetCore.App.CodeFixes (4)
Dependencies\AddPackageFixer.cs (1)
80
var
targetThisAndExtensionMethod = new ThisAndExtensionMethod(symbolType, methodName);
Dependencies\ExtensionMethodsCache.cs (1)
10
public static Dictionary<
ThisAndExtensionMethod
, PackageSourceAndNamespace> ConstructFromWellKnownTypes(WellKnownTypes wellKnownTypes)
Dependencies\ExtensionMethodsCompletionProvider.cs (1)
102
KeyValuePair<
ThisAndExtensionMethod
, PackageSourceAndNamespace> pair,
Dependencies\ThisAndExtensionMethod.cs (1)
15
return obj is
ThisAndExtensionMethod
other &&