Base:
property
ErrorLocation
Microsoft.CodeAnalysis.CSharp.Symbols.FieldSymbolWithAttributesAndModifiers.ErrorLocation
18 references to ErrorLocation
Microsoft.CodeAnalysis.CSharp (18)
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 (16)
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); 374Binder.CheckFeatureAvailability(declarator, MessageID.IDS_DefaultInterfaceImplementation, diagnostics, ErrorLocation); 378diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportDefaultInterfaceImplementation, ErrorLocation); 383diagnostics.Add(ErrorCode.ERR_InterfacesCantContainFields, ErrorLocation); 467diagnostics.Add(ErrorCode.ERR_BadMemberFlag, ErrorLocation, SyntaxFacts.GetText(SyntaxKind.ScopedKeyword)); 480Binder.ReportUseSite(tokenTableType, diagnosticsForFirstDeclarator, this.ErrorLocation); 506diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportRefFields, ErrorLocation); 509diagnostics.Add(ErrorCode.ERR_RefFieldInNonRefStruct, ErrorLocation); 531diagnostics.Add(ErrorCode.ERR_RecursivelyTypedVariable, this.ErrorLocation, this); 576diagnostics.Add(ErrorCode.ERR_FixedNotInStruct, ErrorLocation); 581diagnostics.Add(ErrorCode.ERR_FixedFieldMustNotBeRef, ErrorLocation); 665Type.CheckAllConstraints(DeclaringCompilation, conversions, ErrorLocation, diagnostics);