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 &&