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