Base:
property
ErrorLocation
Microsoft.CodeAnalysis.CSharp.Symbols.FieldSymbolWithAttributesAndModifiers.ErrorLocation
20 references to ErrorLocation
Microsoft.CodeAnalysis.CSharp (20)
Symbols\Source\ConstantEvaluationHelpers.cs (2)
277
SelectMany(static g => g.OrderByDescending((f1, f2) => g.Key.CompareSourceLocations(f1.
ErrorLocation
, f2.
ErrorLocation
))));
Symbols\Source\GlobalExpressionVariable.cs (1)
111
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)
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);
356
Binder.CheckFeatureAvailability(declarator, MessageID.IDS_DefaultInterfaceImplementation, diagnostics,
ErrorLocation
);
360
diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportDefaultInterfaceImplementation,
ErrorLocation
);
365
diagnostics.Add(ErrorCode.ERR_InterfacesCantContainFields,
ErrorLocation
);
452
diagnostics.Add(ErrorCode.ERR_BadMemberFlag,
ErrorLocation
, SyntaxFacts.GetText(SyntaxKind.ScopedKeyword));
465
Binder.ReportUseSite(tokenTableType, diagnosticsForFirstDeclarator, this.
ErrorLocation
);
491
diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportRefFields,
ErrorLocation
);
494
diagnostics.Add(ErrorCode.ERR_RefFieldInNonRefStruct,
ErrorLocation
);
516
diagnostics.Add(ErrorCode.ERR_RecursivelyTypedVariable, this.
ErrorLocation
, this);
561
diagnostics.Add(ErrorCode.ERR_FixedNotInStruct,
ErrorLocation
);
566
diagnostics.Add(ErrorCode.ERR_FixedFieldMustNotBeRef,
ErrorLocation
);
650
Type.CheckAllConstraints(DeclaringCompilation, conversions,
ErrorLocation
, diagnostics);