7 references to WRN_PdbLocalNameTooLong
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
286case ErrorCode.WRN_PdbLocalNameTooLong: 1682or ErrorCode.WRN_PdbLocalNameTooLong
Errors\MessageProvider.cs (1)
241public override int WRN_PdbLocalNameTooLong => (int)ErrorCode.WRN_PdbLocalNameTooLong;
Generated\ErrorFacts.Generated.cs (1)
169case ErrorCode.WRN_PdbLocalNameTooLong:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\NameLengthTests.cs (2)
410Diagnostic(ErrorCode.WRN_PdbLocalNameTooLong, s_longLocalName + 1).WithArguments(s_longLocalName + 1).WithLocation(7, 13)); 435Diagnostic(ErrorCode.WRN_PdbLocalNameTooLong, s_longLocalName + 1).WithArguments(s_longLocalName + 1).WithLocation(7, 19));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
336case ErrorCode.WRN_PdbLocalNameTooLong: