Base:
property
ErrorLocation
Microsoft.CodeAnalysis.CSharp.Symbols.FieldSymbolWithAttributesAndModifiers.ErrorLocation
21 references to ErrorLocation
Microsoft.CodeAnalysis.CSharp (21)
Symbols\Source\ConstantEvaluationHelpers.cs (2)
277SelectMany(static g => g.OrderByDescending((f1, f2) => g.Key.CompareSourceLocations(f1.ErrorLocation, f2.ErrorLocation))));
Symbols\Source\GlobalExpressionVariable.cs (1)
113diagnostics.Add(ErrorCode.ERR_RecursivelyTypedVariable, this.ErrorLocation, this);
Symbols\Source\SourceEnumConstantSymbol.cs (1)
55diagnostics.Add(ErrorCode.ERR_ReservedEnumerator, this.ErrorLocation, WellKnownMemberNames.EnumBackingFieldName);
Symbols\Source\SourceMemberFieldSymbol.cs (17)
52diagnostics.Add(ErrorCode.ERR_FileTypeDisallowedInSignature, this.ErrorLocation, type, ContainingType); 57diagnostics.Add(ErrorCode.ERR_VarDeclIsStaticClass, this.ErrorLocation, type); 94diagnostics.Add(ErrorCode.ERR_VolatileStruct, this.ErrorLocation, this, type); 101diagnostics.Add(ErrorCode.ERR_BadVisFieldType, this.ErrorLocation, this, type); 104diagnostics.Add(this.ErrorLocation, useSiteInfo); 152ModifiersTokenList.GetModifierLocation(SyntaxKind.UnsafeKeyword, ErrorLocation), 410Binder.CheckFeatureAvailability(declarator, MessageID.IDS_DefaultInterfaceImplementation, diagnostics, ErrorLocation); 414SourceMemberMethodSymbol.ReportLackOfRuntimeSupportForStaticMembersInInterfaces(declarator, DeclaredAccessibility, diagnostics, ErrorLocation); 419diagnostics.Add(ErrorCode.ERR_InterfacesCantContainFields, ErrorLocation); 503diagnostics.Add(ErrorCode.ERR_BadMemberFlag, ErrorLocation, SyntaxFacts.GetText(SyntaxKind.ScopedKeyword)); 516Binder.ReportUseSite(tokenTableType, diagnosticsForFirstDeclarator, this.ErrorLocation); 542diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportRefFields, ErrorLocation); 545diagnostics.Add(ErrorCode.ERR_RefFieldInNonRefStruct, ErrorLocation); 567diagnostics.Add(ErrorCode.ERR_RecursivelyTypedVariable, this.ErrorLocation, this); 612diagnostics.Add(ErrorCode.ERR_FixedNotInStruct, ErrorLocation); 617diagnostics.Add(ErrorCode.ERR_FixedFieldMustNotBeRef, ErrorLocation); 698Type.CheckAllConstraints(DeclaringCompilation, conversions, ErrorLocation, diagnostics);