Skip to content

Commit 4642854

Browse files
committed
fix build
1 parent 5c4281e commit 4642854

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tracer/src/Datadog.Trace/Debugger/SpanCodeOrigin/EndpointDetector.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,15 @@ private static bool HasAttributeFromSet(CustomAttributeHandleCollection attribut
204204

205205
break;
206206
}
207+
207208
case HandleKind.MethodDefinition:
208209
{
209210
var ctor = reader.GetMethodDefinition((MethodDefinitionHandle)attribute.Constructor);
210211
var td = reader.GetTypeDefinition(ctor.GetDeclaringType());
211212
fullName = GetFullTypeName(td.Namespace, td.Name, reader);
212213
break;
213214
}
215+
214216
default:
215217
continue;
216218
}

0 commit comments

Comments
 (0)