5 references to FinishMethodChecks
Microsoft.CodeAnalysis.CSharp (5)
Symbols\CompletionPart.cs (1)
82
MethodSymbolAll = Attributes | ReturnTypeAttributes | Parameters | Type | TypeParameters | StartMethodChecks |
FinishMethodChecks
| StartAsyncMethodChecks | FinishAsyncMethodChecks,
Symbols\Source\SourceMemberMethodSymbol.cs (3)
435
if (!state.HasComplete(CompletionPart.
FinishMethodChecks
))
457
state.NotePartComplete(CompletionPart.
FinishMethodChecks
);
920
case CompletionPart.
FinishMethodChecks
:
Symbols\TypeWithAnnotations.cs (1)
327
return !((object)declaringMethod != null && !declaringMethod.HasComplete(CompletionPart.
FinishMethodChecks
) &&