File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/EditorFeatures/Test2/FindReferences Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments