2 writes to _hadSyntaxErrors
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\EditSessionTelemetry.cs (2)
64_hadSyntaxErrors = false; 88=> _hadSyntaxErrors = true;
2 references to _hadSyntaxErrors
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\EditSessionTelemetry.cs (2)
23public readonly bool HasSyntaxErrors = telemetry._hadSyntaxErrors; 76public bool IsEmpty => !(_hadSyntaxErrors || _hadBlockingRudeEdits || _hadValidChanges || _hadValidInsignificantChanges);