6 internal abstract partial class DiagnosticEventHandler
15 public void MainMethodFound(
string arg0)
17 if (IsEnabled(Diagnostic.MainMethodFound))
18 Report(Diagnostic.MainMethodFound.Event([arg0]));
27 public void OutputFileIs(
string arg0)
29 if (IsEnabled(Diagnostic.OutputFileIs))
30 Report(Diagnostic.OutputFileIs.Event([arg0]));
39 public void AutoAddRef(
string arg0)
41 if (IsEnabled(Diagnostic.AutoAddRef))
42 Report(Diagnostic.AutoAddRef.Event([arg0]));
51 public void MainMethodFromManifest(
string arg0)
53 if (IsEnabled(Diagnostic.MainMethodFromManifest))
54 Report(Diagnostic.MainMethodFromManifest.Event([arg0]));
63 public void GenericCompilerInfo(
string arg0)
65 if (IsEnabled(Diagnostic.GenericCompilerInfo))
66 Report(Diagnostic.GenericCompilerInfo.Event([arg0]));
75 public void GenericClassLoadingInfo(
string arg0)
77 if (IsEnabled(Diagnostic.GenericClassLoadingInfo))
78 Report(Diagnostic.GenericClassLoadingInfo.Event([arg0]));
87 public void GenericVerifierInfo(
string arg0)
89 if (IsEnabled(Diagnostic.GenericVerifierInfo))
90 Report(Diagnostic.GenericVerifierInfo.Event([arg0]));
99 public void GenericRuntimeInfo(
string arg0)
101 if (IsEnabled(Diagnostic.GenericRuntimeInfo))
102 Report(Diagnostic.GenericRuntimeInfo.Event([arg0]));
111 public void GenericJniInfo(
string arg0)
113 if (IsEnabled(Diagnostic.GenericJniInfo))
114 Report(Diagnostic.GenericJniInfo.Event([arg0]));
123 public void ClassNotFound(
string arg0)
125 if (IsEnabled(Diagnostic.ClassNotFound))
126 Report(Diagnostic.ClassNotFound.Event([arg0]));
135 public void ClassFormatError(
string arg0,
string arg1)
137 if (IsEnabled(Diagnostic.ClassFormatError))
138 Report(Diagnostic.ClassFormatError.Event([arg0, arg1]));
147 public void DuplicateClassName(
string arg0)
149 if (IsEnabled(Diagnostic.DuplicateClassName))
150 Report(Diagnostic.DuplicateClassName.Event([arg0]));
159 public void IllegalAccessError(
string arg0,
string arg1)
161 if (IsEnabled(Diagnostic.IllegalAccessError))
162 Report(Diagnostic.IllegalAccessError.Event([arg0, arg1]));
171 public void VerificationError(
string arg0,
string arg1)
173 if (IsEnabled(Diagnostic.VerificationError))
174 Report(Diagnostic.VerificationError.Event([arg0, arg1]));
183 public void NoClassDefFoundError(
string arg0,
string arg1)
185 if (IsEnabled(Diagnostic.NoClassDefFoundError))
186 Report(Diagnostic.NoClassDefFoundError.Event([arg0, arg1]));
195 public void GenericUnableToCompileError(
string arg0,
string arg1,
string arg2)
197 if (IsEnabled(Diagnostic.GenericUnableToCompileError))
198 Report(Diagnostic.GenericUnableToCompileError.Event([arg0, arg1, arg2]));
207 public void DuplicateResourceName(
string arg0)
209 if (IsEnabled(Diagnostic.DuplicateResourceName))
210 Report(Diagnostic.DuplicateResourceName.Event([arg0]));
219 public void SkippingReferencedClass(
string arg0,
string arg1)
221 if (IsEnabled(Diagnostic.SkippingReferencedClass))
222 Report(Diagnostic.SkippingReferencedClass.Event([arg0, arg1]));
231 public void NoJniRuntime()
233 if (IsEnabled(Diagnostic.NoJniRuntime))
234 Report(Diagnostic.NoJniRuntime.Event([]));
243 public void EmittedNoClassDefFoundError(
string arg0,
string arg1)
245 if (IsEnabled(Diagnostic.EmittedNoClassDefFoundError))
246 Report(Diagnostic.EmittedNoClassDefFoundError.Event([arg0, arg1]));
255 public void EmittedIllegalAccessError(
string arg0,
string arg1)
257 if (IsEnabled(Diagnostic.EmittedIllegalAccessError))
258 Report(Diagnostic.EmittedIllegalAccessError.Event([arg0, arg1]));
267 public void EmittedInstantiationError(
string arg0,
string arg1)
269 if (IsEnabled(Diagnostic.EmittedInstantiationError))
270 Report(Diagnostic.EmittedInstantiationError.Event([arg0, arg1]));
279 public void EmittedIncompatibleClassChangeError(
string arg0,
string arg1)
281 if (IsEnabled(Diagnostic.EmittedIncompatibleClassChangeError))
282 Report(Diagnostic.EmittedIncompatibleClassChangeError.Event([arg0, arg1]));
291 public void EmittedNoSuchFieldError(
string arg0,
string arg1)
293 if (IsEnabled(Diagnostic.EmittedNoSuchFieldError))
294 Report(Diagnostic.EmittedNoSuchFieldError.Event([arg0, arg1]));
303 public void EmittedAbstractMethodError(
string arg0,
string arg1)
305 if (IsEnabled(Diagnostic.EmittedAbstractMethodError))
306 Report(Diagnostic.EmittedAbstractMethodError.Event([arg0, arg1]));
315 public void EmittedNoSuchMethodError(
string arg0,
string arg1)
317 if (IsEnabled(Diagnostic.EmittedNoSuchMethodError))
318 Report(Diagnostic.EmittedNoSuchMethodError.Event([arg0, arg1]));
327 public void EmittedLinkageError(
string arg0,
string arg1)
329 if (IsEnabled(Diagnostic.EmittedLinkageError))
330 Report(Diagnostic.EmittedLinkageError.Event([arg0, arg1]));
339 public void EmittedVerificationError(
string arg0,
string arg1)
341 if (IsEnabled(Diagnostic.EmittedVerificationError))
342 Report(Diagnostic.EmittedVerificationError.Event([arg0, arg1]));
351 public void EmittedClassFormatError(
string arg0,
string arg1)
353 if (IsEnabled(Diagnostic.EmittedClassFormatError))
354 Report(Diagnostic.EmittedClassFormatError.Event([arg0, arg1]));
363 public void InvalidCustomAttribute(
string arg0,
string arg1)
365 if (IsEnabled(Diagnostic.InvalidCustomAttribute))
366 Report(Diagnostic.InvalidCustomAttribute.Event([arg0, arg1]));
375 public void IgnoredCustomAttribute(
string arg0,
string arg1)
377 if (IsEnabled(Diagnostic.IgnoredCustomAttribute))
378 Report(Diagnostic.IgnoredCustomAttribute.Event([arg0, arg1]));
387 public void AssumeAssemblyVersionMatch(
string arg0,
string arg1)
389 if (IsEnabled(Diagnostic.AssumeAssemblyVersionMatch))
390 Report(Diagnostic.AssumeAssemblyVersionMatch.Event([arg0, arg1]));
399 public void InvalidDirectoryInLibOptionPath(
string arg0)
401 if (IsEnabled(Diagnostic.InvalidDirectoryInLibOptionPath))
402 Report(Diagnostic.InvalidDirectoryInLibOptionPath.Event([arg0]));
411 public void InvalidDirectoryInLibEnvironmentPath(
string arg0)
413 if (IsEnabled(Diagnostic.InvalidDirectoryInLibEnvironmentPath))
414 Report(Diagnostic.InvalidDirectoryInLibEnvironmentPath.Event([arg0]));
423 public void LegacySearchRule(
string arg0)
425 if (IsEnabled(Diagnostic.LegacySearchRule))
426 Report(Diagnostic.LegacySearchRule.Event([arg0]));
435 public void AssemblyLocationIgnored(
string arg0,
string arg1,
string arg2)
437 if (IsEnabled(Diagnostic.AssemblyLocationIgnored))
438 Report(Diagnostic.AssemblyLocationIgnored.Event([arg0, arg1, arg2]));
447 public void InterfaceMethodCantBeInternal(
string arg0,
string arg1,
string arg2)
449 if (IsEnabled(Diagnostic.InterfaceMethodCantBeInternal))
450 Report(Diagnostic.InterfaceMethodCantBeInternal.Event([arg0, arg1, arg2]));
459 public void DuplicateAssemblyReference(
string arg0)
461 if (IsEnabled(Diagnostic.DuplicateAssemblyReference))
462 Report(Diagnostic.DuplicateAssemblyReference.Event([arg0]));
471 public void UnableToResolveType(
string arg0,
string arg1,
string arg2)
473 if (IsEnabled(Diagnostic.UnableToResolveType))
474 Report(Diagnostic.UnableToResolveType.Event([arg0, arg1, arg2]));
483 public void StubsAreDeprecated(
string arg0)
485 if (IsEnabled(Diagnostic.StubsAreDeprecated))
486 Report(Diagnostic.StubsAreDeprecated.Event([arg0]));
495 public void WrongClassName(
string arg0,
string arg1)
497 if (IsEnabled(Diagnostic.WrongClassName))
498 Report(Diagnostic.WrongClassName.Event([arg0, arg1]));
507 public void ReflectionCallerClassRequiresCallerID(
string arg0,
string arg1,
string arg2)
509 if (IsEnabled(Diagnostic.ReflectionCallerClassRequiresCallerID))
510 Report(Diagnostic.ReflectionCallerClassRequiresCallerID.Event([arg0, arg1, arg2]));
519 public void LegacyAssemblyAttributesFound()
521 if (IsEnabled(Diagnostic.LegacyAssemblyAttributesFound))
522 Report(Diagnostic.LegacyAssemblyAttributesFound.Event([]));
531 public void UnableToCreateLambdaFactory()
533 if (IsEnabled(Diagnostic.UnableToCreateLambdaFactory))
534 Report(Diagnostic.UnableToCreateLambdaFactory.Event([]));
543 public void UnknownWarning(
string arg0)
545 if (IsEnabled(Diagnostic.UnknownWarning))
546 Report(Diagnostic.UnknownWarning.Event([arg0]));
555 public void DuplicateIkvmLangProperty(
string arg0,
string arg1)
557 if (IsEnabled(Diagnostic.DuplicateIkvmLangProperty))
558 Report(Diagnostic.DuplicateIkvmLangProperty.Event([arg0, arg1]));
567 public void MalformedIkvmLangProperty(
string arg0,
string arg1)
569 if (IsEnabled(Diagnostic.MalformedIkvmLangProperty))
570 Report(Diagnostic.MalformedIkvmLangProperty.Event([arg0, arg1]));
579 public void GenericCompilerWarning(
string arg0)
581 if (IsEnabled(Diagnostic.GenericCompilerWarning))
582 Report(Diagnostic.GenericCompilerWarning.Event([arg0]));
591 public void GenericClassLoadingWarning(
string arg0)
593 if (IsEnabled(Diagnostic.GenericClassLoadingWarning))
594 Report(Diagnostic.GenericClassLoadingWarning.Event([arg0]));
603 public void GenericVerifierWarning(
string arg0)
605 if (IsEnabled(Diagnostic.GenericVerifierWarning))
606 Report(Diagnostic.GenericVerifierWarning.Event([arg0]));
615 public void GenericRuntimeWarning(
string arg0)
617 if (IsEnabled(Diagnostic.GenericRuntimeWarning))
618 Report(Diagnostic.GenericRuntimeWarning.Event([arg0]));
627 public void GenericJniWarning(
string arg0)
629 if (IsEnabled(Diagnostic.GenericJniWarning))
630 Report(Diagnostic.GenericJniWarning.Event([arg0]));
639 public void UnableToCreateProxy(
string arg0,
string arg1)
641 if (IsEnabled(Diagnostic.UnableToCreateProxy))
642 Report(Diagnostic.UnableToCreateProxy.Event([arg0, arg1]));
651 public void DuplicateProxy(
string arg0)
653 if (IsEnabled(Diagnostic.DuplicateProxy))
654 Report(Diagnostic.DuplicateProxy.Event([arg0]));
663 public void MapXmlUnableToResolveOpCode(
string arg0)
665 if (IsEnabled(Diagnostic.MapXmlUnableToResolveOpCode))
666 Report(Diagnostic.MapXmlUnableToResolveOpCode.Event([arg0]));
675 public void MapXmlError(
string arg0)
677 if (IsEnabled(Diagnostic.MapXmlError))
678 Report(Diagnostic.MapXmlError.Event([arg0]));
687 public void InputFileNotFound(
string arg0)
689 if (IsEnabled(Diagnostic.InputFileNotFound))
690 Report(Diagnostic.InputFileNotFound.Event([arg0]));
699 public void UnknownFileType(
string arg0)
701 if (IsEnabled(Diagnostic.UnknownFileType))
702 Report(Diagnostic.UnknownFileType.Event([arg0]));
711 public void UnknownElementInMapFile(
string arg0,
string arg1,
string arg2)
713 if (IsEnabled(Diagnostic.UnknownElementInMapFile))
714 Report(Diagnostic.UnknownElementInMapFile.Event([arg0, arg1, arg2]));
723 public void UnknownAttributeInMapFile(
string arg0,
string arg1,
string arg2)
725 if (IsEnabled(Diagnostic.UnknownAttributeInMapFile))
726 Report(Diagnostic.UnknownAttributeInMapFile.Event([arg0, arg1, arg2]));
735 public void InvalidMemberNameInMapFile(
string arg0,
string arg1,
string arg2)
737 if (IsEnabled(Diagnostic.InvalidMemberNameInMapFile))
738 Report(Diagnostic.InvalidMemberNameInMapFile.Event([arg0, arg1, arg2]));
747 public void InvalidMemberSignatureInMapFile(
string arg0,
string arg1,
string arg2,
string arg3)
749 if (IsEnabled(Diagnostic.InvalidMemberSignatureInMapFile))
750 Report(Diagnostic.InvalidMemberSignatureInMapFile.Event([arg0, arg1, arg2, arg3]));
759 public void InvalidPropertyNameInMapFile(
string arg0,
string arg1,
string arg2,
string arg3)
761 if (IsEnabled(Diagnostic.InvalidPropertyNameInMapFile))
762 Report(Diagnostic.InvalidPropertyNameInMapFile.Event([arg0, arg1, arg2, arg3]));
771 public void InvalidPropertySignatureInMapFile(
string arg0,
string arg1,
string arg2,
string arg3)
773 if (IsEnabled(Diagnostic.InvalidPropertySignatureInMapFile))
774 Report(Diagnostic.InvalidPropertySignatureInMapFile.Event([arg0, arg1, arg2, arg3]));
783 public void NonPrimaryAssemblyReference(
string arg0,
string arg1)
785 if (IsEnabled(Diagnostic.NonPrimaryAssemblyReference))
786 Report(Diagnostic.NonPrimaryAssemblyReference.Event([arg0, arg1]));
795 public void MissingType(
string arg0,
string arg1)
797 if (IsEnabled(Diagnostic.MissingType))
798 Report(Diagnostic.MissingType.Event([arg0, arg1]));
807 public void MissingReference(
string arg0,
string arg1)
809 if (IsEnabled(Diagnostic.MissingReference))
810 Report(Diagnostic.MissingReference.Event([arg0, arg1]));
819 public void CallerSensitiveOnUnsupportedMethod(
string arg0,
string arg1,
string arg2)
821 if (IsEnabled(Diagnostic.CallerSensitiveOnUnsupportedMethod))
822 Report(Diagnostic.CallerSensitiveOnUnsupportedMethod.Event([arg0, arg1, arg2]));
831 public void RemappedTypeMissingDefaultInterfaceMethod(
string arg0,
string arg1)
833 if (IsEnabled(Diagnostic.RemappedTypeMissingDefaultInterfaceMethod))
834 Report(Diagnostic.RemappedTypeMissingDefaultInterfaceMethod.Event([arg0, arg1]));
843 public void GenericCompilerError(
string arg0)
845 if (IsEnabled(Diagnostic.GenericCompilerError))
846 Report(Diagnostic.GenericCompilerError.Event([arg0]));
855 public void GenericClassLoadingError(
string arg0)
857 if (IsEnabled(Diagnostic.GenericClassLoadingError))
858 Report(Diagnostic.GenericClassLoadingError.Event([arg0]));
867 public void GenericVerifierError(
string arg0)
869 if (IsEnabled(Diagnostic.GenericVerifierError))
870 Report(Diagnostic.GenericVerifierError.Event([arg0]));
879 public void GenericRuntimeError(
string arg0)
881 if (IsEnabled(Diagnostic.GenericRuntimeError))
882 Report(Diagnostic.GenericRuntimeError.Event([arg0]));
891 public void GenericJniError(
string arg0)
893 if (IsEnabled(Diagnostic.GenericJniError))
894 Report(Diagnostic.GenericJniError.Event([arg0]));
903 public void ExportingImportsNotSupported()
905 if (IsEnabled(Diagnostic.ExportingImportsNotSupported))
906 Report(Diagnostic.ExportingImportsNotSupported.Event([]));
915 public void ResponseFileDepthExceeded()
917 if (IsEnabled(Diagnostic.ResponseFileDepthExceeded))
918 Report(Diagnostic.ResponseFileDepthExceeded.Event([]));
927 public void ErrorReadingFile(
string arg0,
string arg1)
929 if (IsEnabled(Diagnostic.ErrorReadingFile))
930 Report(Diagnostic.ErrorReadingFile.Event([arg0, arg1]));
939 public void NoTargetsFound()
941 if (IsEnabled(Diagnostic.NoTargetsFound))
942 Report(Diagnostic.NoTargetsFound.Event([]));
951 public void FileFormatLimitationExceeded(
string arg0)
953 if (IsEnabled(Diagnostic.FileFormatLimitationExceeded))
954 Report(Diagnostic.FileFormatLimitationExceeded.Event([arg0]));
963 public void CannotSpecifyBothKeyFileAndContainer()
965 if (IsEnabled(Diagnostic.CannotSpecifyBothKeyFileAndContainer))
966 Report(Diagnostic.CannotSpecifyBothKeyFileAndContainer.Event([]));
975 public void DelaySignRequiresKey()
977 if (IsEnabled(Diagnostic.DelaySignRequiresKey))
978 Report(Diagnostic.DelaySignRequiresKey.Event([]));
987 public void InvalidStrongNameKeyPair(
string arg0,
string arg1)
989 if (IsEnabled(Diagnostic.InvalidStrongNameKeyPair))
990 Report(Diagnostic.InvalidStrongNameKeyPair.Event([arg0, arg1]));
999 public void ReferenceNotFound(
string arg0)
1001 if (IsEnabled(Diagnostic.ReferenceNotFound))
1002 Report(Diagnostic.ReferenceNotFound.Event([arg0]));
1011 public void OptionsMustPreceedChildLevels()
1013 if (IsEnabled(Diagnostic.OptionsMustPreceedChildLevels))
1014 Report(Diagnostic.OptionsMustPreceedChildLevels.Event([]));
1023 public void UnrecognizedTargetType(
string arg0)
1025 if (IsEnabled(Diagnostic.UnrecognizedTargetType))
1026 Report(Diagnostic.UnrecognizedTargetType.Event([arg0]));
1035 public void UnrecognizedPlatform(
string arg0)
1037 if (IsEnabled(Diagnostic.UnrecognizedPlatform))
1038 Report(Diagnostic.UnrecognizedPlatform.Event([arg0]));
1047 public void UnrecognizedApartment(
string arg0)
1049 if (IsEnabled(Diagnostic.UnrecognizedApartment))
1050 Report(Diagnostic.UnrecognizedApartment.Event([arg0]));
1059 public void MissingFileSpecification(
string arg0)
1061 if (IsEnabled(Diagnostic.MissingFileSpecification))
1062 Report(Diagnostic.MissingFileSpecification.Event([arg0]));
1071 public void PathTooLong(
string arg0)
1073 if (IsEnabled(Diagnostic.PathTooLong))
1074 Report(Diagnostic.PathTooLong.Event([arg0]));
1083 public void PathNotFound(
string arg0)
1085 if (IsEnabled(Diagnostic.PathNotFound))
1086 Report(Diagnostic.PathNotFound.Event([arg0]));
1095 public void InvalidPath(
string arg0)
1097 if (IsEnabled(Diagnostic.InvalidPath))
1098 Report(Diagnostic.InvalidPath.Event([arg0]));
1107 public void InvalidOptionSyntax(
string arg0)
1109 if (IsEnabled(Diagnostic.InvalidOptionSyntax))
1110 Report(Diagnostic.InvalidOptionSyntax.Event([arg0]));
1119 public void ExternalResourceNotFound(
string arg0)
1121 if (IsEnabled(Diagnostic.ExternalResourceNotFound))
1122 Report(Diagnostic.ExternalResourceNotFound.Event([arg0]));
1131 public void ExternalResourceNameInvalid(
string arg0)
1133 if (IsEnabled(Diagnostic.ExternalResourceNameInvalid))
1134 Report(Diagnostic.ExternalResourceNameInvalid.Event([arg0]));
1143 public void InvalidVersionFormat(
string arg0)
1145 if (IsEnabled(Diagnostic.InvalidVersionFormat))
1146 Report(Diagnostic.InvalidVersionFormat.Event([arg0]));
1155 public void InvalidFileAlignment(
string arg0)
1157 if (IsEnabled(Diagnostic.InvalidFileAlignment))
1158 Report(Diagnostic.InvalidFileAlignment.Event([arg0]));
1167 public void ErrorWritingFile(
string arg0,
string arg1)
1169 if (IsEnabled(Diagnostic.ErrorWritingFile))
1170 Report(Diagnostic.ErrorWritingFile.Event([arg0, arg1]));
1179 public void UnrecognizedOption(
string arg0)
1181 if (IsEnabled(Diagnostic.UnrecognizedOption))
1182 Report(Diagnostic.UnrecognizedOption.Event([arg0]));
1191 public void NoOutputFileSpecified()
1193 if (IsEnabled(Diagnostic.NoOutputFileSpecified))
1194 Report(Diagnostic.NoOutputFileSpecified.Event([]));
1203 public void SharedClassLoaderCannotBeUsedOnModuleTarget()
1205 if (IsEnabled(Diagnostic.SharedClassLoaderCannotBeUsedOnModuleTarget))
1206 Report(Diagnostic.SharedClassLoaderCannotBeUsedOnModuleTarget.Event([]));
1215 public void RuntimeNotFound()
1217 if (IsEnabled(Diagnostic.RuntimeNotFound))
1218 Report(Diagnostic.RuntimeNotFound.Event([]));
1227 public void MainClassRequiresExe()
1229 if (IsEnabled(Diagnostic.MainClassRequiresExe))
1230 Report(Diagnostic.MainClassRequiresExe.Event([]));
1239 public void ExeRequiresMainClass()
1241 if (IsEnabled(Diagnostic.ExeRequiresMainClass))
1242 Report(Diagnostic.ExeRequiresMainClass.Event([]));
1251 public void PropertiesRequireExe()
1253 if (IsEnabled(Diagnostic.PropertiesRequireExe))
1254 Report(Diagnostic.PropertiesRequireExe.Event([]));
1263 public void ModuleCannotHaveClassLoader()
1265 if (IsEnabled(Diagnostic.ModuleCannotHaveClassLoader))
1266 Report(Diagnostic.ModuleCannotHaveClassLoader.Event([]));
1275 public void ErrorParsingMapFile(
string arg0,
string arg1)
1277 if (IsEnabled(Diagnostic.ErrorParsingMapFile))
1278 Report(Diagnostic.ErrorParsingMapFile.Event([arg0, arg1]));
1287 public void BootstrapClassesMissing()
1289 if (IsEnabled(Diagnostic.BootstrapClassesMissing))
1290 Report(Diagnostic.BootstrapClassesMissing.Event([]));
1299 public void StrongNameRequiresStrongNamedRefs()
1301 if (IsEnabled(Diagnostic.StrongNameRequiresStrongNamedRefs))
1302 Report(Diagnostic.StrongNameRequiresStrongNamedRefs.Event([]));
1311 public void MainClassNotFound()
1313 if (IsEnabled(Diagnostic.MainClassNotFound))
1314 Report(Diagnostic.MainClassNotFound.Event([]));
1323 public void MainMethodNotFound()
1325 if (IsEnabled(Diagnostic.MainMethodNotFound))
1326 Report(Diagnostic.MainMethodNotFound.Event([]));
1335 public void UnsupportedMainMethod()
1337 if (IsEnabled(Diagnostic.UnsupportedMainMethod))
1338 Report(Diagnostic.UnsupportedMainMethod.Event([]));
1347 public void ExternalMainNotAccessible()
1349 if (IsEnabled(Diagnostic.ExternalMainNotAccessible))
1350 Report(Diagnostic.ExternalMainNotAccessible.Event([]));
1359 public void ClassLoaderNotFound()
1361 if (IsEnabled(Diagnostic.ClassLoaderNotFound))
1362 Report(Diagnostic.ClassLoaderNotFound.Event([]));
1371 public void ClassLoaderNotAccessible()
1373 if (IsEnabled(Diagnostic.ClassLoaderNotAccessible))
1374 Report(Diagnostic.ClassLoaderNotAccessible.Event([]));
1383 public void ClassLoaderIsAbstract()
1385 if (IsEnabled(Diagnostic.ClassLoaderIsAbstract))
1386 Report(Diagnostic.ClassLoaderIsAbstract.Event([]));
1395 public void ClassLoaderNotClassLoader()
1397 if (IsEnabled(Diagnostic.ClassLoaderNotClassLoader))
1398 Report(Diagnostic.ClassLoaderNotClassLoader.Event([]));
1407 public void ClassLoaderConstructorMissing()
1409 if (IsEnabled(Diagnostic.ClassLoaderConstructorMissing))
1410 Report(Diagnostic.ClassLoaderConstructorMissing.Event([]));
1419 public void MapFileTypeNotFound(
string arg0)
1421 if (IsEnabled(Diagnostic.MapFileTypeNotFound))
1422 Report(Diagnostic.MapFileTypeNotFound.Event([arg0]));
1431 public void MapFileClassNotFound(
string arg0)
1433 if (IsEnabled(Diagnostic.MapFileClassNotFound))
1434 Report(Diagnostic.MapFileClassNotFound.Event([arg0]));
1443 public void MaximumErrorCountReached()
1445 if (IsEnabled(Diagnostic.MaximumErrorCountReached))
1446 Report(Diagnostic.MaximumErrorCountReached.Event([]));
1455 public void LinkageError(
string arg0)
1457 if (IsEnabled(Diagnostic.LinkageError))
1458 Report(Diagnostic.LinkageError.Event([arg0]));
1467 public void RuntimeMismatch(
string referencedAssemblyPath,
string runtimeAssemblyName,
string referencedAssemblyName)
1469 if (IsEnabled(Diagnostic.RuntimeMismatch))
1470 Report(Diagnostic.RuntimeMismatch.Event([referencedAssemblyPath, runtimeAssemblyName, referencedAssemblyName]));
1479 public void RuntimeMismatchStrongName()
1481 if (IsEnabled(Diagnostic.RuntimeMismatchStrongName))
1482 Report(Diagnostic.RuntimeMismatchStrongName.Event([]));
1491 public void CoreClassesMissing()
1493 if (IsEnabled(Diagnostic.CoreClassesMissing))
1494 Report(Diagnostic.CoreClassesMissing.Event([]));
1503 public void CriticalClassNotFound(
string arg0)
1505 if (IsEnabled(Diagnostic.CriticalClassNotFound))
1506 Report(Diagnostic.CriticalClassNotFound.Event([arg0]));
1515 public void AssemblyContainsDuplicateClassNames(
string arg0,
string arg1,
string arg2,
string arg3)
1517 if (IsEnabled(Diagnostic.AssemblyContainsDuplicateClassNames))
1518 Report(Diagnostic.AssemblyContainsDuplicateClassNames.Event([arg0, arg1, arg2, arg3]));
1527 public void CallerIDRequiresHasCallerIDAnnotation()
1529 if (IsEnabled(Diagnostic.CallerIDRequiresHasCallerIDAnnotation))
1530 Report(Diagnostic.CallerIDRequiresHasCallerIDAnnotation.Event([]));
1539 public void UnableToResolveInterface(
string arg0,
string arg1)
1541 if (IsEnabled(Diagnostic.UnableToResolveInterface))
1542 Report(Diagnostic.UnableToResolveInterface.Event([arg0, arg1]));
1551 public void MissingBaseType(
string arg0,
string arg1,
string arg2,
string arg3)
1553 if (IsEnabled(Diagnostic.MissingBaseType))
1554 Report(Diagnostic.MissingBaseType.Event([arg0, arg1, arg2, arg3]));
1563 public void MissingBaseTypeReference(
string arg0,
string arg1)
1565 if (IsEnabled(Diagnostic.MissingBaseTypeReference))
1566 Report(Diagnostic.MissingBaseTypeReference.Event([arg0, arg1]));
1575 public void FileNotFound(
string arg0)
1577 if (IsEnabled(Diagnostic.FileNotFound))
1578 Report(Diagnostic.FileNotFound.Event([arg0]));
1587 public void RuntimeMethodMissing(
string arg0)
1589 if (IsEnabled(Diagnostic.RuntimeMethodMissing))
1590 Report(Diagnostic.RuntimeMethodMissing.Event([arg0]));
1599 public void MapFileFieldNotFound(
string arg0,
string arg1)
1601 if (IsEnabled(Diagnostic.MapFileFieldNotFound))
1602 Report(Diagnostic.MapFileFieldNotFound.Event([arg0, arg1]));
1611 public void GhostInterfaceMethodMissing(
string arg0,
string arg1,
string arg2,
string arg3)
1613 if (IsEnabled(Diagnostic.GhostInterfaceMethodMissing))
1614 Report(Diagnostic.GhostInterfaceMethodMissing.Event([arg0, arg1, arg2, arg3]));
1623 public void ModuleInitializerMethodRequirements(
string arg1,
string arg2,
string arg3)
1625 if (IsEnabled(Diagnostic.ModuleInitializerMethodRequirements))
1626 Report(Diagnostic.ModuleInitializerMethodRequirements.Event([arg1, arg2, arg3]));
1635 public void InvalidZip(
string name)
1637 if (IsEnabled(Diagnostic.InvalidZip))
1638 Report(Diagnostic.InvalidZip.Event([name]));
1647 public void CoreAssemblyVersionMismatch(
string arg0,
string arg1)
1649 if (IsEnabled(Diagnostic.CoreAssemblyVersionMismatch))
1650 Report(Diagnostic.CoreAssemblyVersionMismatch.Event([arg0, arg1]));
1659 public void GenericRuntimeTrace(
string arg0)
1661 if (IsEnabled(Diagnostic.GenericRuntimeTrace))
1662 Report(Diagnostic.GenericRuntimeTrace.Event([arg0]));
1671 public void GenericJniTrace(
string arg0)
1673 if (IsEnabled(Diagnostic.GenericJniTrace))
1674 Report(Diagnostic.GenericJniTrace.Event([arg0]));
1683 public void GenericCompilerTrace(
string arg0)
1685 if (IsEnabled(Diagnostic.GenericCompilerTrace))
1686 Report(Diagnostic.GenericCompilerTrace.Event([arg0]));