7 references to WRN_ParamUnassigned
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
228case ErrorCode.WRN_ParamUnassigned: 2081case ErrorCode.WRN_ParamUnassigned:
FlowAnalysis\DefiniteAssignment.cs (1)
581ErrorCode.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)
421case ErrorCode.WRN_ParamUnassigned: 493ErrorCode.WRN_ParamUnassigned,