Base:
property
ErrorLocation
Microsoft.CodeAnalysis.CSharp.Symbols.FieldSymbolWithAttributesAndModifiers.ErrorLocation
18 references to ErrorLocation
Microsoft.CodeAnalysis.CSharp (18)
Symbols\Source\GlobalExpressionVariable.cs (1)
112
diagnostics.Add(ErrorCode.ERR_RecursivelyTypedVariable, this.
ErrorLocation
, this);
Symbols\Source\SourceEnumConstantSymbol.cs (1)
54
diagnostics.Add(ErrorCode.ERR_ReservedEnumerator, this.
ErrorLocation
, WellKnownMemberNames.EnumBackingFieldName);
Symbols\Source\SourceMemberFieldSymbol.cs (16)
51
diagnostics.Add(ErrorCode.ERR_FileTypeDisallowedInSignature, this.
ErrorLocation
, type, ContainingType);
56
diagnostics.Add(ErrorCode.ERR_VarDeclIsStaticClass, this.
ErrorLocation
, type);
93
diagnostics.Add(ErrorCode.ERR_VolatileStruct, this.
ErrorLocation
, this, type);
100
diagnostics.Add(ErrorCode.ERR_BadVisFieldType, this.
ErrorLocation
, this, type);
103
diagnostics.Add(this.
ErrorLocation
, useSiteInfo);
373
Binder.CheckFeatureAvailability(declarator, MessageID.IDS_DefaultInterfaceImplementation, diagnostics,
ErrorLocation
);
377
diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportDefaultInterfaceImplementation,
ErrorLocation
);
382
diagnostics.Add(ErrorCode.ERR_InterfacesCantContainFields,
ErrorLocation
);
466
diagnostics.Add(ErrorCode.ERR_BadMemberFlag,
ErrorLocation
, SyntaxFacts.GetText(SyntaxKind.ScopedKeyword));
479
Binder.ReportUseSite(tokenTableType, diagnosticsForFirstDeclarator, this.
ErrorLocation
);
505
diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportRefFields,
ErrorLocation
);
508
diagnostics.Add(ErrorCode.ERR_RefFieldInNonRefStruct,
ErrorLocation
);
530
diagnostics.Add(ErrorCode.ERR_RecursivelyTypedVariable, this.
ErrorLocation
, this);
575
diagnostics.Add(ErrorCode.ERR_FixedNotInStruct,
ErrorLocation
);
580
diagnostics.Add(ErrorCode.ERR_FixedFieldMustNotBeRef,
ErrorLocation
);
664
Type.CheckAllConstraints(DeclaringCompilation, conversions,
ErrorLocation
, diagnostics);