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); 93diagnostics.Add(ErrorCode.ERR_VolatileStruct, this.ErrorLocation, this, type); 100diagnostics.Add(ErrorCode.ERR_BadVisFieldType, this.ErrorLocation, this, type); 103diagnostics.Add(this.ErrorLocation, useSiteInfo); 373Binder.CheckFeatureAvailability(declarator, MessageID.IDS_DefaultInterfaceImplementation, diagnostics, ErrorLocation); 377diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportDefaultInterfaceImplementation, ErrorLocation); 382diagnostics.Add(ErrorCode.ERR_InterfacesCantContainFields, ErrorLocation); 466diagnostics.Add(ErrorCode.ERR_BadMemberFlag, ErrorLocation, SyntaxFacts.GetText(SyntaxKind.ScopedKeyword)); 479Binder.ReportUseSite(tokenTableType, diagnosticsForFirstDeclarator, this.ErrorLocation); 505diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportRefFields, ErrorLocation); 508diagnostics.Add(ErrorCode.ERR_RefFieldInNonRefStruct, ErrorLocation); 530diagnostics.Add(ErrorCode.ERR_RecursivelyTypedVariable, this.ErrorLocation, this); 575diagnostics.Add(ErrorCode.ERR_FixedNotInStruct, ErrorLocation); 580diagnostics.Add(ErrorCode.ERR_FixedFieldMustNotBeRef, ErrorLocation); 664Type.CheckAllConstraints(DeclaringCompilation, conversions, ErrorLocation, diagnostics);