Skip to content

Commit 16158b4

Browse files
Work items
1 parent 4fb7734 commit 16158b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/EditorFeatures/Test2/FindReferences/FindReferencesTests.MethodTypeParameterTypeSymbol.vb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ Namespace Microsoft.CodeAnalysis.Editor.UnitTests.FindReferences
130130
End Function
131131

132132
<WpfTheory, CombinatorialData>
133+
<WorkItem("https://github.com/dotnet/roslyn/issues/76650")>
133134
Public Async Function TestMethodTypeParameter_TopLevelLocalFunction(kind As TestKind, host As TestHost) As Task
134135
Dim input =
135136
<Workspace>
@@ -145,6 +146,7 @@ Namespace Microsoft.CodeAnalysis.Editor.UnitTests.FindReferences
145146
End Function
146147

147148
<WpfTheory, CombinatorialData>
149+
<WorkItem("https://github.com/dotnet/roslyn/issues/76650")>
148150
Public Async Function TestMethodTypeParameter_MethodLevelLocalFunction(kind As TestKind, host As TestHost) As Task
149151
Dim input =
150152
<Workspace>
@@ -166,6 +168,7 @@ class C
166168
End Function
167169

168170
<WpfTheory, CombinatorialData>
171+
<WorkItem("https://github.com/dotnet/roslyn/issues/76650")>
169172
Public Async Function TestMethodTypeParameter_NormalMethod(kind As TestKind, host As TestHost) As Task
170173
Dim input =
171174
<Workspace>

0 commit comments

Comments
 (0)