IncrementalValueProviderExtensions.WithTrackingName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| WithTrackingName<TSource>(IncrementalValueProvider<TSource>, String) |
Assigns a name to this provider step for tracking and debugging purposes. This name can be used in testing and diagnostic scenarios to understand the execution pipeline. |
| WithTrackingName<TSource>(IncrementalValuesProvider<TSource>, String) |
Assigns a name to this provider step for tracking and debugging purposes. This name can be used in testing and diagnostic scenarios to understand the execution pipeline. |
WithTrackingName<TSource>(IncrementalValueProvider<TSource>, String)
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
Assigns a name to this provider step for tracking and debugging purposes. This name can be used in testing and diagnostic scenarios to understand the execution pipeline.
public static Microsoft.CodeAnalysis.IncrementalValueProvider<TSource> WithTrackingName<TSource>(this Microsoft.CodeAnalysis.IncrementalValueProvider<TSource> source, string name);
static member WithTrackingName : Microsoft.CodeAnalysis.IncrementalValueProvider<'Source> * string -> Microsoft.CodeAnalysis.IncrementalValueProvider<'Source>
<Extension()>
Public Function WithTrackingName(Of TSource) (source As IncrementalValueProvider(Of TSource), name As String) As IncrementalValueProvider(Of TSource)
Type Parameters
- TSource
The type of the value
Parameters
- source
- IncrementalValueProvider<TSource>
The input provider
- name
- String
The tracking name to assign
Returns
A new IncrementalValueProvider<TValue> with the specified tracking name
Applies to
WithTrackingName<TSource>(IncrementalValuesProvider<TSource>, String)
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
- Source:
- ValueSourceExtensions.cs
Assigns a name to this provider step for tracking and debugging purposes. This name can be used in testing and diagnostic scenarios to understand the execution pipeline.
public static Microsoft.CodeAnalysis.IncrementalValuesProvider<TSource> WithTrackingName<TSource>(this Microsoft.CodeAnalysis.IncrementalValuesProvider<TSource> source, string name);
static member WithTrackingName : Microsoft.CodeAnalysis.IncrementalValuesProvider<'Source> * string -> Microsoft.CodeAnalysis.IncrementalValuesProvider<'Source>
<Extension()>
Public Function WithTrackingName(Of TSource) (source As IncrementalValuesProvider(Of TSource), name As String) As IncrementalValuesProvider(Of TSource)
Type Parameters
- TSource
The type of each value
Parameters
- source
- IncrementalValuesProvider<TSource>
The input provider
- name
- String
The tracking name to assign
Returns
A new IncrementalValuesProvider<TValues> with the specified tracking name