3 references to GetIsPartial
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationMethodSymbol.cs (1)
64CodeGenerationMethodInfo.GetIsPartial(this),
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\MethodGenerator.cs (2)
379if (CodeGenerationMethodInfo.GetIsPartial(method) && !method.IsAsync) 401if (CodeGenerationMethodInfo.GetIsPartial(method) && method.IsAsync)