2 references to IsVoid
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\CodeFixes\FixReturnType\CSharpFixReturnTypeCodeFixProvider.cs (2)
46
if (
IsVoid
(analyzedTypes.declarationToFix) &&
IsVoid
(analyzedTypes.fixedDeclaration))