8 references to
Aspire.Dashboard (1)
Otlp\Model\OtlpSpanCollection.cs (1)
13
public OtlpSpanCollection() :
base
(StringComparers.OtlpSpanId, DictionaryCreationThreshold)
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageHeaderDescriptionCollection.cs (1)
12
internal MessageHeaderDescriptionCollection() :
base
(null, 4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePartDescriptionCollection.cs (1)
13
:
base
(null, 4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePropertyDescriptionCollection.cs (1)
11
internal MessagePropertyDescriptionCollection() :
base
(null, 4)
FrameworkFork\System.ServiceModel\System\ServiceModel\KeyedByTypeCollection.cs (2)
13
:
base
(null, 4)
18
:
base
(null, 4)
System.ObjectModel (2)
System\Collections\ObjectModel\KeyedCollection.cs (2)
23
protected KeyedCollection() :
this
(null, DefaultThreshold)
27
protected KeyedCollection(IEqualityComparer<TKey>? comparer) :
this
(comparer, DefaultThreshold)