3 references to IsGoodMessage
Microsoft.ML.InternalCodeAnalyzer (3)
ContractsCheckAnalyzer.cs (3)
146
return
IsGoodMessage
(context, binExp.Left) &&
IsGoodMessage
(context, binExp.Right);
236
if (isCheck && !
IsGoodMessage
(context, arg.Expression))