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