3 references to StartMethodChecks
Microsoft.CodeAnalysis.CSharp (3)
Symbols\CompletionPart.cs (1)
82
MethodSymbolAll = Attributes | ReturnTypeAttributes | Parameters | Type | TypeParameters |
StartMethodChecks
| FinishMethodChecks | StartAsyncMethodChecks | FinishAsyncMethodChecks,
Symbols\Source\SourceMemberMethodSymbol.cs (2)
445
if (state.NotePartComplete(CompletionPart.
StartMethodChecks
))
919
case CompletionPart.
StartMethodChecks
: