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