11 references to ReportErrorOnSymbol
Microsoft.CodeAnalysis.CSharp (11)
Symbols\AnonymousTypes\AnonymousTypeManager.SymbolCollection.cs (11)
22ReportErrorOnSymbol(System_Object, diagnostics, ref hasErrors); 23ReportErrorOnSymbol(System_Void, diagnostics, ref hasErrors); 24ReportErrorOnSymbol(System_Boolean, diagnostics, ref hasErrors); 25ReportErrorOnSymbol(System_String, diagnostics, ref hasErrors); 26ReportErrorOnSymbol(System_Int32, diagnostics, ref hasErrors); 58ReportErrorOnSymbol(System_Object, diagnostics, ref hasErrors); 59ReportErrorOnSymbol(System_IntPtr, diagnostics, ref hasErrors); 60ReportErrorOnSymbol(System_MulticastDelegate, diagnostics, ref hasErrors); 88ReportErrorOnSymbol(symbol, diagnostics, ref hasError); 103ReportErrorOnSymbol(symbol, diagnostics, ref hasError); 104ReportErrorOnSymbol(symbol.ContainingType, diagnostics, ref hasError);