3 references to Errors
mscorlib (3)
system\diagnostics\eventing\eventsource.cs (3)
3557
if ((flags & EventManifestOptions.Strict) != 0 && (manifest.
Errors
.Count > 0 || exception != null))
3560
if (manifest.
Errors
.Count > 0)
3563
foreach (string error in manifest.
Errors
)