5 references to GetImplementsLocationOrFallback
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (5)
290
diagnostics.Add(useSiteDiagnostic,
GetImplementsLocationOrFallback
(@interface));
294
diagnostics.Add(ErrorCode.ERR_UnimplementedInterfaceMember,
GetImplementsLocationOrFallback
(@interface), this, interfaceMember);
304
diagnostics.Add(ErrorCode.WRN_NullabilityMismatchInInterfaceImplementedByBase,
GetImplementsLocationOrFallback
(@interface), this, interfaceMember);
1764
if (
GetImplementsLocationOrFallback
(interface1).SourceSpan.Start >
GetImplementsLocationOrFallback
(interface2).SourceSpan.Start)