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