Base:
property
ErrorLocation
Microsoft.CodeAnalysis.CSharp.Symbols.FieldSymbolWithAttributesAndModifiers.ErrorLocation
21 references to ErrorLocation
Microsoft.CodeAnalysis.CSharp (21)
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)
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 (17)
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);
152
ModifiersTokenList.GetModifierLocation(SyntaxKind.UnsafeKeyword,
ErrorLocation
),
409
Binder.CheckFeatureAvailability(declarator, MessageID.IDS_DefaultInterfaceImplementation, diagnostics,
ErrorLocation
);
413
SourceMemberMethodSymbol.ReportLackOfRuntimeSupportForStaticMembersInInterfaces(declarator, DeclaredAccessibility, diagnostics,
ErrorLocation
);
418
diagnostics.Add(ErrorCode.ERR_InterfacesCantContainFields,
ErrorLocation
);
502
diagnostics.Add(ErrorCode.ERR_BadMemberFlag,
ErrorLocation
, SyntaxFacts.GetText(SyntaxKind.ScopedKeyword));
515
Binder.ReportUseSite(tokenTableType, diagnosticsForFirstDeclarator, this.
ErrorLocation
);
541
diagnostics.Add(ErrorCode.ERR_RuntimeDoesNotSupportRefFields,
ErrorLocation
);
544
diagnostics.Add(ErrorCode.ERR_RefFieldInNonRefStruct,
ErrorLocation
);
566
diagnostics.Add(ErrorCode.ERR_RecursivelyTypedVariable, this.
ErrorLocation
, this);
611
diagnostics.Add(ErrorCode.ERR_FixedNotInStruct,
ErrorLocation
);
616
diagnostics.Add(ErrorCode.ERR_FixedFieldMustNotBeRef,
ErrorLocation
);
697
Type.CheckAllConstraints(DeclaringCompilation, conversions,
ErrorLocation
, diagnostics);