3 references to GetIsPartial
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeGenerationMethodSymbol.cs (1)
69
CodeGenerationMethodInfo.
GetIsPartial
(this),
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
MethodGenerator.cs (2)
305
if (CodeGenerationMethodInfo.
GetIsPartial
(method) && !method.IsAsync)
329
if (CodeGenerationMethodInfo.
GetIsPartial
(method) && method.IsAsync)