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