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