7 references to ERR_PartialMethodOnlyOneLatent
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1095
or ErrorCode.
ERR_PartialMethodOnlyOneLatent
Symbols\Source\SourceMemberContainerSymbol.cs (1)
4149
diagnostics.Add(ErrorCode.
ERR_PartialMethodOnlyOneLatent
, currentMethod.GetFirstLocation());
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Symbols\DefaultInterfaceImplementationTests.cs (3)
11335
Diagnostic(ErrorCode.
ERR_PartialMethodOnlyOneLatent
, "M9").WithLocation(21, 25),
11402
Diagnostic(ErrorCode.
ERR_PartialMethodOnlyOneLatent
, "M9").WithLocation(21, 25),
11483
Diagnostic(ErrorCode.
ERR_PartialMethodOnlyOneLatent
, "M5").WithLocation(16, 27),
Symbols\GenericConstraintTests.cs (1)
3270
Diagnostic(ErrorCode.
ERR_PartialMethodOnlyOneLatent
, "M").WithLocation(16, 18),
Symbols\SymbolErrorTests.cs (1)
14237
Diagnostic(ErrorCode.
ERR_PartialMethodOnlyOneLatent
, "Part").WithLocation(5, 18),