Base:
property
ErrorLocation
Microsoft.CodeAnalysis.CSharp.Symbols.FieldSymbolWithAttributesAndModifiers.ErrorLocation
20 references to ErrorLocation
Microsoft.CodeAnalysis.CSharp (20)
Symbols\Source\ConstantEvaluationHelpers.cs (2)
277SelectMany(static g => g.OrderByDescending((f1, f2) => g.Key.CompareSourceLocations(f1.ErrorLocation, f2.ErrorLocation))));
Symbols\Source\GlobalExpressionVariable.cs (1)
111diagnostics.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 (16)
51diagnostics.Add(ErrorCode.ERR_FileTypeDisallowedInSignature, this.ErrorLocation, type, ContainingType); 56diagnostics.Add(ErrorCode.ERR_VarDeclIsStaticClass, this.ErrorLocation, type); 88diagnostics.Add(ErrorCode.ERR_VolatileStruct, this.ErrorLocation, this, type); 95diagnostics.Add(ErrorCode.ERR_BadVisFieldType, this.ErrorLocation, this, type); 98diagnostics.Add(this.ErrorLocation, useSiteInfo); 356Binder.CheckFeatureAvailability(declarator, MessageID.IDS_DefaultInterfaceImplementation, diagnostics, ErrorLocation); 360diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportDefaultInterfaceImplementation, ErrorLocation); 365diagnostics.Add(ErrorCode.ERR_InterfacesCantContainFields, ErrorLocation); 452diagnostics.Add(ErrorCode.ERR_BadMemberFlag, ErrorLocation, SyntaxFacts.GetText(SyntaxKind.ScopedKeyword)); 465Binder.ReportUseSite(tokenTableType, diagnosticsForFirstDeclarator, this.ErrorLocation); 491diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportRefFields, ErrorLocation); 494diagnostics.Add(ErrorCode.ERR_RefFieldInNonRefStruct, ErrorLocation); 516diagnostics.Add(ErrorCode.ERR_RecursivelyTypedVariable, this.ErrorLocation, this); 561diagnostics.Add(ErrorCode.ERR_FixedNotInStruct, ErrorLocation); 566diagnostics.Add(ErrorCode.ERR_FixedFieldMustNotBeRef, ErrorLocation); 650Type.CheckAllConstraints(DeclaringCompilation, conversions, ErrorLocation, diagnostics);