3 references to ERR_ExpressionTreeCantContainRefStruct
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
1970
or ErrorCode.
ERR_ExpressionTreeCantContainRefStruct
Lowering\DiagnosticsPass_ExpressionTrees.cs (2)
380
Error(ErrorCode.
ERR_ExpressionTreeCantContainRefStruct
, node, type.Name);
581
_diagnostics.Add(ErrorCode.
ERR_ExpressionTreeCantContainRefStruct
, p.GetFirstLocation(), p.Type.Name);