Base:
property
ErrorLocation
Microsoft.CodeAnalysis.CSharp.Symbols.FieldSymbolWithAttributesAndModifiers.ErrorLocation
18 references to ErrorLocation
Microsoft.CodeAnalysis.CSharp (18)
Symbols\Source\GlobalExpressionVariable.cs (1)
112diagnostics.Add(ErrorCode.ERR_RecursivelyTypedVariable, this.ErrorLocation, this);
Symbols\Source\SourceEnumConstantSymbol.cs (1)
54diagnostics.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); 363Binder.CheckFeatureAvailability(declarator, MessageID.IDS_DefaultInterfaceImplementation, diagnostics, ErrorLocation); 367diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportDefaultInterfaceImplementation, ErrorLocation); 372diagnostics.Add(ErrorCode.ERR_InterfacesCantContainFields, ErrorLocation); 456diagnostics.Add(ErrorCode.ERR_BadMemberFlag, ErrorLocation, SyntaxFacts.GetText(SyntaxKind.ScopedKeyword)); 469Binder.ReportUseSite(tokenTableType, diagnosticsForFirstDeclarator, this.ErrorLocation); 495diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportRefFields, ErrorLocation); 498diagnostics.Add(ErrorCode.ERR_RefFieldInNonRefStruct, ErrorLocation); 520diagnostics.Add(ErrorCode.ERR_RecursivelyTypedVariable, this.ErrorLocation, this); 565diagnostics.Add(ErrorCode.ERR_FixedNotInStruct, ErrorLocation); 570diagnostics.Add(ErrorCode.ERR_FixedFieldMustNotBeRef, ErrorLocation); 654Type.CheckAllConstraints(DeclaringCompilation, conversions, ErrorLocation, diagnostics);