Base:
property
ErrorLocation
Microsoft.CodeAnalysis.CSharp.Symbols.FieldSymbolWithAttributesAndModifiers.ErrorLocation
18 references to ErrorLocation
Microsoft.CodeAnalysis.CSharp (18)
Symbols\Source\GlobalExpressionVariable.cs (1)
113
diagnostics.Add(ErrorCode.ERR_RecursivelyTypedVariable, this.
ErrorLocation
, this);
Symbols\Source\SourceEnumConstantSymbol.cs (1)
55
diagnostics.Add(ErrorCode.ERR_ReservedEnumerator, this.
ErrorLocation
, WellKnownMemberNames.EnumBackingFieldName);
Symbols\Source\SourceMemberFieldSymbol.cs (16)
52
diagnostics.Add(ErrorCode.ERR_FileTypeDisallowedInSignature, this.
ErrorLocation
, type, ContainingType);
57
diagnostics.Add(ErrorCode.ERR_VarDeclIsStaticClass, this.
ErrorLocation
, type);
94
diagnostics.Add(ErrorCode.ERR_VolatileStruct, this.
ErrorLocation
, this, type);
101
diagnostics.Add(ErrorCode.ERR_BadVisFieldType, this.
ErrorLocation
, this, type);
104
diagnostics.Add(this.
ErrorLocation
, useSiteInfo);
374
Binder.CheckFeatureAvailability(declarator, MessageID.IDS_DefaultInterfaceImplementation, diagnostics,
ErrorLocation
);
378
diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportDefaultInterfaceImplementation,
ErrorLocation
);
383
diagnostics.Add(ErrorCode.ERR_InterfacesCantContainFields,
ErrorLocation
);
467
diagnostics.Add(ErrorCode.ERR_BadMemberFlag,
ErrorLocation
, SyntaxFacts.GetText(SyntaxKind.ScopedKeyword));
480
Binder.ReportUseSite(tokenTableType, diagnosticsForFirstDeclarator, this.
ErrorLocation
);
506
diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportRefFields,
ErrorLocation
);
509
diagnostics.Add(ErrorCode.ERR_RefFieldInNonRefStruct,
ErrorLocation
);
531
diagnostics.Add(ErrorCode.ERR_RecursivelyTypedVariable, this.
ErrorLocation
, this);
576
diagnostics.Add(ErrorCode.ERR_FixedNotInStruct,
ErrorLocation
);
581
diagnostics.Add(ErrorCode.ERR_FixedFieldMustNotBeRef,
ErrorLocation
);
665
Type.CheckAllConstraints(DeclaringCompilation, conversions,
ErrorLocation
, diagnostics);