24 references to CreateMissingIdentifierName
Microsoft.CodeAnalysis.CSharp (24)
Parser\LanguageParser.cs (24)
823type = WithAdditionalDiagnostics(CreateMissingIdentifierName(), GetExpectedTokenError(SyntaxKind.IdentifierToken, this.CurrentToken.Kind));
1854? this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_IdentifierExpected)
1864bounds.Add(_syntaxFactory.TypeConstraint(this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_TypeExpected)));
1885bounds.Add(_syntaxFactory.TypeConstraint(this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_TypeExpected)));
1962this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_NoEnumConstraint),
1971this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_NoDelegateConstraint),
2121@this.CreateMissingIdentifierName());
3319type = this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_IdentifierExpected);
6360var missingName = this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_IdentifierExpected);
7076list[i] = this.AddError(this.CreateMissingIdentifierName(), offset, width, ErrorCode.ERR_ValueExpected);
7107list.Add(_syntaxFactory.TupleElement(this.CreateMissingIdentifierName(), identifier: null));
7111var missing = this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_TupleTooFewElements);
7166this.CreateMissingIdentifierName(),
7184var missingType = SyntaxFactory.FunctionPointerParameter(attributeLists: default, modifiers: default, CreateMissingIdentifierName());
9097expression = CreateMissingIdentifierName();
9909static @this => @this.CreateMissingIdentifierName());
10304return this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk));
10352leftOperand = AddTrailingSkippedSyntax(this.CreateMissingIdentifierName(), skipped);
10668return this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_InvalidExprTerm, this.CurrentToken.Text);
10693return this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_InvalidExprTerm, this.CurrentToken.Text);
10771var expr = this.CreateMissingIdentifierName();
10926this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_IdentifierExpected));
11533this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_TupleTooFewElements)));
12751this.CreateMissingIdentifierName()),