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);
55ReportErrorOnSymbol(System_Object, diagnostics, ref hasErrors);
56ReportErrorOnSymbol(System_IntPtr, diagnostics, ref hasErrors);
57ReportErrorOnSymbol(System_MulticastDelegate, diagnostics, ref hasErrors);
85ReportErrorOnSymbol(symbol, diagnostics, ref hasError);
100ReportErrorOnSymbol(symbol, diagnostics, ref hasError);
101ReportErrorOnSymbol(symbol.ContainingType, diagnostics, ref hasError);