3 references to Unknown
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
336ActivityType activityType = ActivityType.Unknown;
System\ServiceModel\Diagnostics\ServiceModelActivity.cs (2)
27s_activityTypeNames[(int)ActivityType.Unknown] = "Unknown"; 50internal ActivityType ActivityType { get; private set; } = ActivityType.Unknown;