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);
88
diagnostics.Add(ErrorCode.ERR_VolatileStruct, this.
ErrorLocation
, this, type);
95
diagnostics.Add(ErrorCode.ERR_BadVisFieldType, this.
ErrorLocation
, this, type);
98
diagnostics.Add(this.
ErrorLocation
, useSiteInfo);
363
Binder.CheckFeatureAvailability(declarator, MessageID.IDS_DefaultInterfaceImplementation, diagnostics,
ErrorLocation
);
367
diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportDefaultInterfaceImplementation,
ErrorLocation
);
372
diagnostics.Add(ErrorCode.ERR_InterfacesCantContainFields,
ErrorLocation
);
456
diagnostics.Add(ErrorCode.ERR_BadMemberFlag,
ErrorLocation
, SyntaxFacts.GetText(SyntaxKind.ScopedKeyword));
469
Binder.ReportUseSite(tokenTableType, diagnosticsForFirstDeclarator, this.
ErrorLocation
);
495
diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportRefFields,
ErrorLocation
);
498
diagnostics.Add(ErrorCode.ERR_RefFieldInNonRefStruct,
ErrorLocation
);
520
diagnostics.Add(ErrorCode.ERR_RecursivelyTypedVariable, this.
ErrorLocation
, this);
565
diagnostics.Add(ErrorCode.ERR_FixedNotInStruct,
ErrorLocation
);
570
diagnostics.Add(ErrorCode.ERR_FixedFieldMustNotBeRef,
ErrorLocation
);
654
Type.CheckAllConstraints(DeclaringCompilation, conversions,
ErrorLocation
, diagnostics);