7 references to WRN_ParamUnassigned
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
241case ErrorCode.WRN_ParamUnassigned: 2138or ErrorCode.WRN_ParamUnassigned
FlowAnalysis\DefiniteAssignment.cs (1)
611ErrorCode.ERR_ParamUnassigned => ErrorCode.WRN_ParamUnassigned,
Generated\ErrorFacts.Generated.cs (1)
262case ErrorCode.WRN_ParamUnassigned:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\WarningVersionTests.cs (1)
397Diagnostic(ErrorCode.WRN_ParamUnassigned, "M").WithArguments("param").WithLocation(3, 10)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Diagnostics\DiagnosticTest.cs (2)
450case ErrorCode.WRN_ParamUnassigned: 531ErrorCode.WRN_ParamUnassigned,