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