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