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