Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Jun 12, 2024
1 parent f70f4b3 commit 9ac44c1
Show file tree
Hide file tree
Showing 7 changed files with 19,281 additions and 19,275 deletions.
12,439 changes: 6,220 additions & 6,219 deletions src/Tools/SemanticSearch/ReferenceAssemblies/Apis/Microsoft.CodeAnalysis.CSharp.txt

Large diffs are not rendered by default.

8,161 changes: 4,081 additions & 4,080 deletions src/Tools/SemanticSearch/ReferenceAssemblies/Apis/Microsoft.CodeAnalysis.txt

Large diffs are not rendered by default.

Large diffs are not rendered by default.

863 changes: 432 additions & 431 deletions src/Tools/SemanticSearch/ReferenceAssemblies/Apis/System.Collections.txt

Large diffs are not rendered by default.

463 changes: 232 additions & 231 deletions src/Tools/SemanticSearch/ReferenceAssemblies/Apis/System.Linq.txt

Large diffs are not rendered by default.

15,061 changes: 7,531 additions & 7,530 deletions src/Tools/SemanticSearch/ReferenceAssemblies/Apis/System.Runtime.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ internal void ParseApiPatterns_Error_UnexpectedSymbolKind(string kind)
[InlineData("𫚭鿯龻蝌灋齅ㄥ﹫䶱ན།ىي꓂", true, SymbolKindFlags.NamedType, @"𫚭鿯龻蝌灋齅ㄥ﹫䶱ན།ىي꓂")] // GB18030
[InlineData("M:*", true, SymbolKindFlags.Method, @".*")]
[InlineData("M:?", true, SymbolKindFlags.Method, @"\?")]
[InlineData("M:a.b.#ctor", true, SymbolKindFlags.Method, @"a.b.\#ctor")]
[InlineData("M:a.b.#ctor", true, SymbolKindFlags.Method, @"a\.b\.\#ctor")]
[InlineData("+M: System.IO", true, SymbolKindFlags.Method, @"System\.IO")]
[InlineData("+M: System.IO.Path.F(*)", true, SymbolKindFlags.Method, @"System\.IO\.Path\.F\(.*\)")]
internal void ParseApiPatterns(string value, bool isIncluded, SymbolKindFlags symbolKinds, string pattern)
Expand Down

0 comments on commit 9ac44c1

Please sign in to comment.