7 references to ERR_PartialMethodOnlyOneLatent
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1096or ErrorCode.ERR_PartialMethodOnlyOneLatent
Symbols\Source\SourceMemberContainerSymbol.cs (1)
4121diagnostics.Add(ErrorCode.ERR_PartialMethodOnlyOneLatent, currentMethod.GetFirstLocation());
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Symbols\DefaultInterfaceImplementationTests.cs (3)
11346Diagnostic(ErrorCode.ERR_PartialMethodOnlyOneLatent, "M9").WithLocation(21, 25), 11413Diagnostic(ErrorCode.ERR_PartialMethodOnlyOneLatent, "M9").WithLocation(21, 25), 11494Diagnostic(ErrorCode.ERR_PartialMethodOnlyOneLatent, "M5").WithLocation(16, 27),
Symbols\GenericConstraintTests.cs (1)
3270Diagnostic(ErrorCode.ERR_PartialMethodOnlyOneLatent, "M").WithLocation(16, 18),
Symbols\SymbolErrorTests.cs (1)
14248Diagnostic(ErrorCode.ERR_PartialMethodOnlyOneLatent, "Part").WithLocation(5, 18),