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