7 references to ERR_PartialMethodOnlyOneLatent
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1033case ErrorCode.ERR_PartialMethodOnlyOneLatent:
Symbols\Source\SourceMemberContainerSymbol.cs (1)
3487diagnostics.Add(ErrorCode.ERR_PartialMethodOnlyOneLatent, methodPart.Locations[0]);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Symbols\DefaultInterfaceImplementationTests.cs (3)
11150Diagnostic(ErrorCode.ERR_PartialMethodOnlyOneLatent, "M9").WithLocation(21, 25), 11217Diagnostic(ErrorCode.ERR_PartialMethodOnlyOneLatent, "M9").WithLocation(21, 25), 11298Diagnostic(ErrorCode.ERR_PartialMethodOnlyOneLatent, "M5").WithLocation(16, 27),
Symbols\GenericConstraintTests.cs (1)
3268Diagnostic(ErrorCode.ERR_PartialMethodOnlyOneLatent, "M").WithLocation(16, 18),
Symbols\SymbolErrorTests.cs (1)
14089Diagnostic(ErrorCode.ERR_PartialMethodOnlyOneLatent, "Part").WithLocation(5, 18),