22 references to CreateMissingIdentifierName
Microsoft.CodeAnalysis.CSharp (22)
Parser\LanguageParser.cs (22)
2254? this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_IdentifierExpected)
2264bounds.Add(_syntaxFactory.TypeConstraint(this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_TypeExpected)));
2296bounds.Add(_syntaxFactory.TypeConstraint(this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_TypeExpected)));
2375this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_NoEnumConstraint),
2384this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_NoDelegateConstraint),
2585@this.CreateMissingIdentifierName());
3874type = this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_IdentifierExpected);
7969list[i] = this.AddError(this.CreateMissingIdentifierName(), offset: 0, list[i].Width, ErrorCode.ERR_ValueExpected);
7999list.Add(_syntaxFactory.TupleElement(this.CreateMissingIdentifierName(), identifier: null));
8003var missing = this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_TupleTooFewElements);
8058this.CreateMissingIdentifierName(),
8076var missingType = SyntaxFactory.FunctionPointerParameter(attributeLists: default, modifiers: default, CreateMissingIdentifierName());
10234expression = CreateMissingIdentifierName();
11104static @this => @this.CreateMissingIdentifierName());
11497return this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk));
11543this.CreateMissingIdentifierName(),
12028return this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_InvalidExprTerm, this.CurrentToken.Text);
12057return this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_InvalidExprTerm, this.CurrentToken.Text);
12134var expr = this.CreateMissingIdentifierName();
12228this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_IdentifierExpected));
12935this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_TupleTooFewElements)));
14212this.CreateMissingIdentifierName()),