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