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