4 references to WRN_MismatchedRefEscapeInTernary
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Operators.cs (1)
4391
diagnostics.Add(_inUnsafeRegion ? ErrorCode.
WRN_MismatchedRefEscapeInTernary
: ErrorCode.ERR_MismatchedRefEscapeInTernary, node.Location);
Errors\ErrorFacts.cs (2)
527
case ErrorCode.
WRN_MismatchedRefEscapeInTernary
:
2319
or ErrorCode.
WRN_MismatchedRefEscapeInTernary
Generated\ErrorFacts.Generated.cs (1)
302
case ErrorCode.
WRN_MismatchedRefEscapeInTernary
: