|
| 1 | +<!DOCTYPE html> |
| 2 | +<html><head><title>Redirecting...</title><script src="../scripts.js"></script> |
| 3 | +<script> |
| 4 | + |
| 5 | +var f = [ |
| 6 | +"Design/CopyEventToVariableBeforeFireCodeFixProvider.cs", |
| 7 | +"Design/EmptyCatchBlockCodeFixProvider.cs", |
| 8 | +"Design/InconsistentAccessibility/InconsistentAccessibilityCodeFixProvider.cs", |
| 9 | +"Design/InconsistentAccessibility/InconsistentAccessibilityInFieldType.cs", |
| 10 | +"Design/MakeMethodStaticCodeFixProvider.cs", |
| 11 | +"Design/NameOfAnalyzer.cs", |
| 12 | +"Design/StaticConstructorExceptionCodeFixProvider.cs", |
| 13 | +"Design/UseInvokeMethodToFireEventAnalyzer.cs", |
| 14 | +"Extensions/CSharpAnalyzerExtensions.cs", |
| 15 | +"Extensions/CSharpGeneratedCodeAnalysisExtensions.cs", |
| 16 | +"Maintainability/XmlDocumentationAnalyzer.cs", |
| 17 | +"Maintainability/XmlDocumentationRemoveNonExistentParametersCodeFixProvider.cs", |
| 18 | +"Performance/MakeLocalVariableConstWhenItIsPossibleAnalyzer.cs", |
| 19 | +"Performance/MakeLocalVariableConstWhenItIsPossibleCodeFixProvider.cs", |
| 20 | +"Performance/RemoveWhereWhenItIsPossibleAnalyzer.cs", |
| 21 | +"Performance/UseStaticRegexIsMatchCodeFixProvider.cs", |
| 22 | +"Refactoring/AddBracesToSwitchSectionsAnalyzer.cs", |
| 23 | +"Refactoring/AddBracesToSwitchSectionsCodeFixProvider.cs", |
| 24 | +"Refactoring/ChangeAnyToAllAnalyzer.cs", |
| 25 | +"Refactoring/ComputeExpressionAnalyzer.cs", |
| 26 | +"Refactoring/InvertForAnalyzer.cs", |
| 27 | +"Refactoring/InvertForCodeFixProvider.cs", |
| 28 | +"Refactoring/MakeMethodNonAsyncCodeFixProvider.cs", |
| 29 | +"Refactoring/MergeNestedIfAnalyzer.cs", |
| 30 | +"Refactoring/NumericLiteralCodeFixProvider.cs", |
| 31 | +"Refactoring/ParameterRefactoryAnalyzer.cs", |
| 32 | +"Refactoring/SplitIntoNestedIfAnalyzer.cs", |
| 33 | +"Refactoring/SplitIntoNestedIfCodeFixProvider.cs", |
| 34 | +"Refactoring/SplitIntoNestedIfFixAllProvider.cs", |
| 35 | +"Refactoring/StringRepresentationCodeFixProvider.cs", |
| 36 | +"Reliability/UseConfigureAwaitFalseAnalyzer.cs", |
| 37 | +"Style/ConsoleWriteLineAnalyzer.cs", |
| 38 | +"Style/ConsoleWriteLineCodeFixProvider.cs", |
| 39 | +"Style/ConvertLambdaExpressionToMethodGroupAnalyzer.cs", |
| 40 | +"Style/ConvertToExpressionBodiedMemberAnalyzer.cs", |
| 41 | +"Style/ConvertToExpressionBodiedMemberCodeFixProvider.cs", |
| 42 | +"Style/ConvertToSwitchAnalyzer.cs", |
| 43 | +"Style/EmptyObjectInitializerCodeFixProvider.cs", |
| 44 | +"Style/ExistenceOperatorAnalyzer.cs", |
| 45 | +"Style/ExistenceOperatorCodeFixProvider.cs", |
| 46 | +"Style/ForInArrayCodeFixProvider.cs", |
| 47 | +"Style/InterfaceNameAnalyzer.cs", |
| 48 | +"Style/ObjectInitializerAnalyzer.cs", |
| 49 | +"Style/ObjectInitializerCodeFixProvider.cs", |
| 50 | +"Style/PropertyPrivateSetCodeFixProvider.cs", |
| 51 | +"Style/RemoveCommentedCodeAnalyzer.cs", |
| 52 | +"Style/RemoveTrailingWhitespaceAnalyzer.cs", |
| 53 | +"Style/RemoveTrailingWhitespaceCodeFixProvider.cs", |
| 54 | +"Style/SwitchToAutoPropCodeFixProvider.cs", |
| 55 | +"Style/TaskNameAsyncAnalyzer.cs", |
| 56 | +"Style/TaskNameAsyncCodeFixProvider.cs", |
| 57 | +"Style/TernaryOperatorCodeFixProvider.cs", |
| 58 | +"Style/UseEmptyStringAnalyzer.cs", |
| 59 | +"Style/UseStringEmptyAnalyzer.cs", |
| 60 | +"Style/UseStringEmptyCodeFixProviderAll.cs", |
| 61 | +"Usage/AbstractClassShouldNotHavePublicCtorsAnalyzer.cs", |
| 62 | +"Usage/CallExtensionMethodAsExtensionAnalyzer.cs", |
| 63 | +"Usage/CallExtensionMethodAsExtensionCodeFixProvider.cs", |
| 64 | +"Usage/DisposableFieldNotDisposedAnalyzer.cs", |
| 65 | +"Usage/DisposablesShouldCallSuppressFinalizeAnalyzer.cs", |
| 66 | +"Usage/DisposableVariableNotDisposedAnalyzer.cs", |
| 67 | +"Usage/DisposableVariableNotDisposedCodeFixProvider.cs", |
| 68 | +"Usage/IfReturnTrueCodeFixProvider.cs", |
| 69 | +"Usage/IPAddressAnalyzer.cs", |
| 70 | +"Usage/MethodAnalyzers/MethodChecker.cs", |
| 71 | +"Usage/NoPrivateReadonlyFieldAnalyzer.cs", |
| 72 | +"Usage/RemovePrivateMethodNeverUsedAnalyzer.cs", |
| 73 | +"Usage/RemoveRedundantElseClauseAnalyzer.cs", |
| 74 | +"Usage/RemoveUnreachableCodeFixAllProvider.cs", |
| 75 | +"Usage/RethrowExceptionAnalyzer.cs", |
| 76 | +"Usage/UnusedParametersAnalyzer.cs", |
| 77 | +"Usage/UnusedParametersCodeFixProvider.cs", |
| 78 | +"Usage/UriAnalyzer.cs", |
| 79 | +"Usage/VirtualMethodOnConstructorAnalyzer.cs", |
| 80 | +]; |
| 81 | +var m = new Object(); |
| 82 | +m["02f5c40"]=f[15]; |
| 83 | +m["0353e89"]=f[67]; |
| 84 | +m["03d9286"]=f[32]; |
| 85 | +m["0431bde"]=f[40]; |
| 86 | +m["076b642"]=f[23]; |
| 87 | +m["077ea98"]=f[44]; |
| 88 | +m["0912159"]=f[9]; |
| 89 | +m["0bd26dd"]=f[62]; |
| 90 | +m["0c7252e"]=f[60]; |
| 91 | +m["0f62885"]=f[31]; |
| 92 | +m["0fc05cc"]=f[60]; |
| 93 | +m["110c6f6"]=f[37]; |
| 94 | +m["124bc21"]=f[34]; |
| 95 | +m["1a57ffd"]=f[11]; |
| 96 | +m["22fc021"]=f[4]; |
| 97 | +m["234e6fe"]=f[13]; |
| 98 | +m["25c7a27"]=f[52]; |
| 99 | +m["2669c23"]=f[51]; |
| 100 | +m["2eb2ec2"]=f[27]; |
| 101 | +m["35202ce"]=f[0]; |
| 102 | +m["36274ce"]=f[8]; |
| 103 | +m["3b38c69"]=f[55]; |
| 104 | +m["3c895b1"]=f[43]; |
| 105 | +m["3dc4f24"]=f[28]; |
| 106 | +m["428005e"]=f[53]; |
| 107 | +m["440a4f1"]=f[56]; |
| 108 | +m["45cdaa8"]=f[65]; |
| 109 | +m["487cf7c"]=f[5]; |
| 110 | +m["490679a"]=f[69]; |
| 111 | +m["4d726cd"]=f[24]; |
| 112 | +m["4da5269"]=f[69]; |
| 113 | +m["4f8f762"]=f[23]; |
| 114 | +m["52932a0"]=f[68]; |
| 115 | +m["5460ddb"]=f[63]; |
| 116 | +m["56401af"]=f[36]; |
| 117 | +m["5de410a"]=f[25]; |
| 118 | +m["5e63ee8"]=f[2]; |
| 119 | +m["607ed9b"]=f[42]; |
| 120 | +m["64b9702"]=f[35]; |
| 121 | +m["6a09a19"]=f[3]; |
| 122 | +m["6c8dc7d"]=f[22]; |
| 123 | +m["6d9be82"]=f[19]; |
| 124 | +m["6ed9105"]=f[16]; |
| 125 | +m["6efea43"]=f[58]; |
| 126 | +m["7bc20f2"]=f[53]; |
| 127 | +m["7bca7aa"]=f[6]; |
| 128 | +m["7c6d25c"]=f[42]; |
| 129 | +m["7eb1c00"]=f[5]; |
| 130 | +m["7ebae91"]=f[10]; |
| 131 | +m["80be372"]=f[20]; |
| 132 | +m["8270e3d"]=f[8]; |
| 133 | +m["868175f"]=f[63]; |
| 134 | +m["883ad54"]=f[57]; |
| 135 | +m["8957921"]=f[20]; |
| 136 | +m["8cb8430"]=f[33]; |
| 137 | +m["8ce782d"]=f[17]; |
| 138 | +m["912aaf6"]=f[59]; |
| 139 | +m["954021b"]=f[39]; |
| 140 | +m["a003c0c"]=f[30]; |
| 141 | +m["a051797"]=f[43]; |
| 142 | +m["a4423a4"]=f[16]; |
| 143 | +m["a66d227"]=f[21]; |
| 144 | +m["a9a076b"]=f[47]; |
| 145 | +m["ab4884c"]=f[14]; |
| 146 | +m["ab890bd"]=f[72]; |
| 147 | +m["abb9882"]=f[12]; |
| 148 | +m["acd85e4"]=f[34]; |
| 149 | +m["aded309"]=f[58]; |
| 150 | +m["ae8f432"]=f[42]; |
| 151 | +m["af9ce7a"]=f[73]; |
| 152 | +m["b07b888"]=f[50]; |
| 153 | +m["b1d8f71"]=f[18]; |
| 154 | +m["b610924"]=f[26]; |
| 155 | +m["b7bf879"]=f[52]; |
| 156 | +m["b84737b"]=f[23]; |
| 157 | +m["b9ea1f5"]=f[61]; |
| 158 | +m["bec0764"]=f[48]; |
| 159 | +m["c04e14f"]=f[66]; |
| 160 | +m["c28c53a"]=f[0]; |
| 161 | +m["cd7e11a"]=f[56]; |
| 162 | +m["d0ddc9c"]=f[49]; |
| 163 | +m["d174283"]=f[22]; |
| 164 | +m["d332efb"]=f[45]; |
| 165 | +m["d33c726"]=f[64]; |
| 166 | +m["d357c28"]=f[41]; |
| 167 | +m["d39d4c4"]=f[46]; |
| 168 | +m["d546b00"]=f[38]; |
| 169 | +m["d5587e6"]=f[71]; |
| 170 | +m["db58a47"]=f[29]; |
| 171 | +m["e1257fe"]=f[37]; |
| 172 | +m["e62c102"]=f[54]; |
| 173 | +m["ea5bbe9"]=f[7]; |
| 174 | +m["f0938bb"]=f[70]; |
| 175 | +m["f729469"]=f[1]; |
| 176 | +m["fbeb68a"]=f[15]; |
| 177 | +redirect(m, 8); |
| 178 | + |
| 179 | +</script> |
| 180 | +</head><body> |
| 181 | +Don't use this page directly, pass #symbolId to get redirected. |
| 182 | +</body></html> |
0 commit comments