6 references to vbCrLf
Microsoft.VisualBasic.Core (5)
Microsoft\VisualBasic\CompilerServices\NewLateBinding.vb (2)
1387
errorMessage &=
vbCrLf
& " " & errorString
1463
errorMessage &=
vbCrLf
& " " & errorString
Microsoft\VisualBasic\CompilerServices\Operators.Resolution.vb (1)
212
errorMessage &=
vbCrLf
& " " & errorString
Microsoft\VisualBasic\CompilerServices\OverloadResolution.vb (2)
2554
errorMessage.Append(
vbCrLf
& " '")
2558
errorMessage.Append(
vbCrLf
& " ")
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Logging\FileLogTraceListener.vb (1)
989
Dim newEntrySize As Long = Encoding.GetByteCount($"{message}{
vbCrLf
}")