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